aboutsummaryrefslogtreecommitdiff
path: root/sam
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-30 21:20:17 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-30 21:20:17 +0100
commitb9c86b2fa698e9054240ecaad75aa651e15a673c (patch)
tree971871cbec178bee103579b3ce0a43b737f5fcc2 /sam
parent6d922985a29316de496088172926d39e6bdf8003 (diff)
downloadvis-b9c86b2fa698e9054240ecaad75aa651e15a673c.tar.gz
vis-b9c86b2fa698e9054240ecaad75aa651e15a673c.tar.xz
test/sam: try to fix travis list output
Diffstat (limited to 'sam')
-rwxr-xr-xsam/test.sh4
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