From 16e78c6f773c5a0188fd0b89723e5d0bb3b1c543 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sun, 16 Jan 2011 01:06:12 +0100 Subject: Add -B to selftest flags Signed-off-by: Michael Buesch --- tests/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 0e7fcb7..3592a83 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -53,7 +53,7 @@ function toprammer local logfile="$tmpdir/toprammer.log" [ -n "$current_chipid" ] && args="$args --chip-id $current_chipid" - args="$args -I bin -O bin" + args="$args -B -I bin -O bin" echo " toprammer $args" cd "$basedir/.." || die "Failed to chdir" -- cgit v1.2.3