mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +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
|
||||
printf "see ${log} for output\n"
|
||||
exit -1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user