swap wording "warning" -> "problem found"

This commit is contained in:
Michael Billington
2017-06-18 21:22:32 +10:00
parent b367d1451e
commit 9251e9f29a

View File

@@ -327,7 +327,7 @@ cd $DIR
# Log number of FAILURE_COUNT
if [ "$FAILURE_COUNT" -gt 0 ]; then
echo "Done, with $FAILURE_COUNT warning(s)."
echo "Done, with $FAILURE_COUNT problems(s) found."
fi
# Use number of FAILURE_COUNT as exit code