From 6d922985a29316de496088172926d39e6bdf8003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 30 Dec 2016 21:18:29 +0100 Subject: Revert "Make sure that info messages are printed before test case is run" This reverts commit 8a366cebda597e960f1f49e245785f8fdedff0a6. Travis is strange. --- sam/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sam') diff --git a/sam/test.sh b/sam/test.sh index 3b3a1a5..0d904ff 100755 --- a/sam/test.sh +++ b/sam/test.sh @@ -73,7 +73,7 @@ for t in $TESTS; do printf "Running test %s with vis ... " "$t" - $VIS "+,{ $NL $CMD $NL wq! $VIS_OUT $NL }" "$IN" >/dev/null 2>&1 + $VIS "+,{ $NL $CMD $NL wq! $VIS_OUT $NL }" "$IN" 2>/dev/null if [ $? -ne 0 -o ! -e "$VIS_OUT" ]; then printf "ERROR\n" elif cmp -s "$REF" "$VIS_OUT"; then -- cgit v1.2.3