diff options
Diffstat (limited to 'sam/test.sh')
| -rwxr-xr-x | sam/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sam/test.sh b/sam/test.sh index 0d904ff..0cbce36 100755 --- a/sam/test.sh +++ b/sam/test.sh @@ -71,9 +71,9 @@ for t in $TESTS; do TESTS_RUN=$((TESTS_RUN+1)) - printf "Running test %s with vis ... " "$t" - $VIS "+,{ $NL $CMD $NL wq! $VIS_OUT $NL }" "$IN" 2>/dev/null + + printf "Running test %s with vis ... " "$t" if [ $? -ne 0 -o ! -e "$VIS_OUT" ]; then printf "ERROR\n" elif cmp -s "$REF" "$VIS_OUT"; then |
