summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/cheri/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cheri/run_tests.sh b/test/cheri/run_tests.sh
index 848a07e2..337974d7 100755
--- a/test/cheri/run_tests.sh
+++ b/test/cheri/run_tests.sh
@@ -67,7 +67,7 @@ fi
printf "Booting FreeBSD-MIPS...\n"
-bunzip2 freebsd-beri-sim-mdroot-smoketest_bootonly-kernel.bz2
+bunzip2 -fk freebsd-beri-sim-mdroot-smoketest_bootonly-kernel.bz2
time $SAILDIR/mips/mips_c --cyclelimit 85000000 --binary 0x100000,freebsd-beri-sim-mdroot-smoketest_bootonly-kernel --binary 0x7f010000,sim.dtb --image simboot_128m.sailbin > freebsd_out.txt
if grep -q 'Done booting' freebsd_out.txt;
then