tests: Remove accidentally included "exit 0" test code

This "exit 0" line was included accidentally in this commit:
https://gem5-review.googlesource.com/c/public/gem5/+/58169

It should not have been included, it was for testing purposes only.

Change-Id: Ia4be334d773bbb998906b0f0ae980f9ed14c87b4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/58269
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2022-03-28 09:22:10 -07:00
committed by Bobby Bruce
parent 964500f363
commit 5eed355fb0

View File

@@ -88,7 +88,6 @@ docker pull gcr.io/gem5-test/ubuntu-20.04_all-dependencies:latest
# Try to build the ISA targets.
build_target NULL
exit 0
build_target RISCV
build_target X86
build_target ARM