From b9c86b2fa698e9054240ecaad75aa651e15a673c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 30 Dec 2016 21:20:17 +0100 Subject: test/sam: try to fix travis list output --- sam/test.sh | 4 ++-- 1 file 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 -- cgit v1.2.3