From 5c0e64e5f6f2b6a46e0fcd3edbd6d6b0123176a2 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Thu, 3 Mar 2016 13:19:46 -0500 Subject: fix output inconsistencies in test/go.sh --- lisc/test/go.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisc/test') diff --git a/lisc/test/go.sh b/lisc/test/go.sh index 7326ecc..f0d47ca 100755 --- a/lisc/test/go.sh +++ b/lisc/test/go.sh @@ -71,12 +71,12 @@ once() { else $BIN a b c RET=$? - REASON="return" + REASON="ret code" fi if test $RET -ne 0 then - echo "[$REASON, fail]" + echo "[$REASON fail]" return 1 fi -- cgit 1.4.1