exit with error code from test.sh if any test fails

This commit is contained in:
Joel Dice 2013-03-15 13:17:04 -06:00
parent 9f2e0f6c4f
commit c3e34b9438

View File

@ -54,4 +54,5 @@ echo
if [ -n "${trouble}" ]; then
printf "see ${log} for output\n"
exit -1
fi