mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix output inconsistencies in test/go.sh
This commit is contained in:
parent
67f611fbef
commit
5c0e64e5f6
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user