diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-03 13:19:46 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-03 13:19:46 -0500 |
commit | 5c0e64e5f6f2b6a46e0fcd3edbd6d6b0123176a2 (patch) | |
tree | 73920752f4e32bcfc02c69a7db983c8c62557827 /lisc | |
parent | 67f611fbef3cf16162867bdf83cb9c8a051dac4a (diff) | |
download | roux-5c0e64e5f6f2b6a46e0fcd3edbd6d6b0123176a2.tar.gz |
fix output inconsistencies in test/go.sh
Diffstat (limited to 'lisc')
-rwxr-xr-x | lisc/test/go.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |