bench-boot: add -f option to only run fast boots

Comment out all tests that are known to be failing.

run: exit 1 on failure, was broken dude to termout pipe
This commit is contained in:
Ciro Santilli
2018-08-13 21:08:27 +01:00
parent a8bc1f4cce
commit 626f5f9e22
9 changed files with 79 additions and 54 deletions

View File

@@ -14,5 +14,5 @@ while getopts G OPT; do
done
shift "$(($OPTIND - 1))"
for arch in x86_64 arm aarch64; do
./build -a "$arch" -klq $gem5
./build -a "$arch" -klq $gem5 "$@"
done