mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
test: include exit status in test failure reason
This was intended, but was missing due to a typo in the test status variable.
This commit is contained in:
parent
f3414a492b
commit
2dd269f522
@ -143,7 +143,7 @@ once() {
|
||||
else
|
||||
$qemu $exe a b c
|
||||
ret=$?
|
||||
reason="returned $RET"
|
||||
reason="returned $ret"
|
||||
fi
|
||||
|
||||
if test $ret -ne 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user