Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee462 commit 4918699Copy full SHA for 4918699
1 file changed
.travis/validate_report_files.sh
@@ -18,7 +18,8 @@ WARNING_COUNT=`echo $VALIDATION_RESULTS | grep -c "$WARNING_REGEX"`
18
echo "There are $ERROR_COUNT errors, $WARNING_COUNT warning in $HTML_FILENAME"
19
20
if [ $ERROR_COUNT -gt 0 ]; then
21
+ echo $VALIDATION_RESULTS | grep -c "$ERROR_REGEX"
22
exit 1
23
else
24
exit 0
-fi
25
+fi
0 commit comments