mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
make test failures clearer
This commit is contained in:
parent
286953c5fc
commit
320ae1a8b2
1 changed files with 8 additions and 2 deletions
|
|
@ -39,5 +39,11 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "Smoke test complete"
|
||||
exit $SMOKETESTRESULT
|
||||
if (( $SMOKETESTRESULT != 0 ))
|
||||
then
|
||||
echo "Smoke test complete with test failures"
|
||||
else
|
||||
echo "Smoke test complete"
|
||||
fi
|
||||
|
||||
exit $SMOKETESTRESULT
|
||||
Loading…
Add table
Reference in a new issue