diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-30 21:20:17 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-30 21:20:17 +0100 |
| commit | b9c86b2fa698e9054240ecaad75aa651e15a673c (patch) | |
| tree | 971871cbec178bee103579b3ce0a43b737f5fcc2 | |
| parent | 6d922985a29316de496088172926d39e6bdf8003 (diff) | |
| download | vis-b9c86b2fa698e9054240ecaad75aa651e15a673c.tar.gz vis-b9c86b2fa698e9054240ecaad75aa651e15a673c.tar.xz | |
test/sam: try to fix travis list output
| -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 |
