summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrian Campbell2018-07-13 10:15:30 +0100
committerBrian Campbell2018-07-13 10:15:30 +0100
commit82784b669df18e33c48449020f29f36980d12bf3 (patch)
treee8c9d854b3edd3d34c64e745705e9cce4dc877a1 /test
parent6586abcc185fa4e0f3853a73d91f097fbde16aca (diff)
parent3c4a27d7041d71fb229970dacab013cf84669755 (diff)
Merge branch 'sail2' of github.com:rems-project/sail into sail2
Diffstat (limited to 'test')
-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