aboutsummaryrefslogtreecommitdiff
path: root/sam/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sam/test.sh')
-rwxr-xr-xsam/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sam/test.sh b/sam/test.sh
index 764f7c3..eb81635 100755
--- a/sam/test.sh
+++ b/sam/test.sh
@@ -73,7 +73,7 @@ for t in $TESTS; do
TESTS_RUN=$((TESTS_RUN+1))
- $VIS "$IN" </dev/null 2>/dev/null
+ $VIS '+qall!' "$IN" </dev/null 2>/dev/null
RETURN_CODE=$?
printf "Running test %s with vis ... " "$t"