From f0fe7c5ff003c714e76a7522967a0519a191cdf7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 24 Oct 2020 13:20:35 +0200 Subject: Forced ccache compilation ...and some fixes :) --- run | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'run') diff --git a/run b/run index 9297c5f..9e0e423 100755 --- a/run +++ b/run @@ -180,8 +180,8 @@ make_test() { if [ "$mode" = "test" ]; then qemu_with_flags -serial file:test.log -nographic -drive file=build/disk.img,format=raw,index=1,media=disk & - sleep 2 - killall -9 qemu-system-i386 + sleep 1 + pkill qemu-system-i386 || true echo grep -E 'PASS|FAIL' test.log if grep -q "All tests passed" test.log; then exit 0; else exit 1; fi @@ -231,7 +231,7 @@ make_sync() { make_clean() { rm -rf build/ - make clean + $MAKE clean } if [ "${mode}" = "cross" ]; then -- cgit v1.2.3