From 038722e045684a1a04f0fd6a51da2a6ea9dc9bb5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 26 Sep 2020 13:19:06 +0200 Subject: Some random network things --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') 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 -- cgit v1.2.3