test: tell user to check test.log on error

This commit is contained in:
Josh Poimboeuf 2014-05-20 14:33:17 -05:00
parent 1f09f09373
commit b143442916

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