mirror of
git://c9x.me/qbe.git
synced 2026-04-06 18:39:48 +00:00
fix output inconsistencies in test/go.sh
This commit is contained in:
parent
67f611fbef
commit
5c0e64e5f6
@ -71,12 +71,12 @@ once() {
|
|||||||
else
|
else
|
||||||
$BIN a b c
|
$BIN a b c
|
||||||
RET=$?
|
RET=$?
|
||||||
REASON="return"
|
REASON="ret code"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $RET -ne 0
|
if test $RET -ne 0
|
||||||
then
|
then
|
||||||
echo "[$REASON, fail]"
|
echo "[$REASON fail]"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user