commit 2dd269f522298836796ff78390d0eb0e244e41f4
parent f3414a492bf4623731f3850aaae5b4a7a2a83a4d
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 16 Aug 2021 19:09:42 -0700
test: include exit status in test failure reason
This was intended, but was missing due to a typo in the test status
variable.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test.sh b/tools/test.sh
@@ -143,7 +143,7 @@ once() {
else
$qemu $exe a b c
ret=$?
- reason="returned $RET"
+ reason="returned $ret"
fi
if test $ret -ne 0