Merge pull request #197 from jpoimboe/test-log-message

test: tell user to check test.log on error
This commit is contained in:
Josh Poimboeuf 2014-05-20 14:34:47 -05:00
commit 761f1e8586

View File

@ -203,6 +203,11 @@ done
unload_all
log "$ERROR errors encountered"
if [[ $ERROR -gt 0 ]]; then
log "$ERROR errors encountered"
echo "see test.log for more information"
else
log "SUCCESS"
fi
exit $ERROR