mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
exit with error code from test.sh if any test fails
This commit is contained in:
parent
9f2e0f6c4f
commit
c3e34b9438
@ -54,4 +54,5 @@ echo
|
|||||||
|
|
||||||
if [ -n "${trouble}" ]; then
|
if [ -n "${trouble}" ]; then
|
||||||
printf "see ${log} for output\n"
|
printf "see ${log} for output\n"
|
||||||
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user