aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-09-26 13:19:06 +0200
committerMarvin Borner2020-09-26 13:19:06 +0200
commit038722e045684a1a04f0fd6a51da2a6ea9dc9bb5 (patch)
treed0a95bc3c9dced5a390258031e810758d066c966 /run
parent6668ea8666377f9e2adfeb486c5048a85fa590d1 (diff)
Some random network things
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 8e8f86d..284a07e 100755
--- a/run
+++ b/run
@@ -130,7 +130,7 @@ make_test() {
killall -9 qemu-system-i386
echo
grep -E 'PASS|FAIL' test.log
- exit $(grep -q "All tests passed" test.log)
+ if grep -q "All tests passed" test.log; then exit 0; else exit 1; fi
else
qemu_with_flags -serial stdio -drive file=build/disk.img,format=raw,index=1,media=disk
fi