aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-10-24 14:59:58 +0200
committerMarvin Borner2020-10-24 14:59:58 +0200
commitb84441b58e68a07c5c6064374539f68e3520611e (patch)
treeccb57ba50a7a254c691a65054a9a79848204b750 /run
parent89da1c61f55ee776669240b95f60b97ff339c901 (diff)
Woopsie
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 2 insertions, 1 deletions
diff --git a/run b/run
index 10725dc..8048408 100755
--- a/run
+++ b/run
@@ -179,7 +179,8 @@ make_test() {
fi
if [ "$mode" = "test" ]; then
- qemu_with_flags -serial file:test.log -nographic -drive file=build/disk.img,format=raw,index=1,media=disk &
+ qemu_with_flags -serial file:test.log -nographic -drive file=build/disk.img,format=raw,index=1,media=disk
+ echo
grep -E 'PASS|FAIL' test.log
if grep -q "All tests passed" test.log; then exit 0; else exit 1; fi
else