Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4918699

Browse files
authored
Display errors in console
1 parent a1ee462 commit 4918699

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis/validate_report_files.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ WARNING_COUNT=`echo $VALIDATION_RESULTS | grep -c "$WARNING_REGEX"`
1818
echo "There are $ERROR_COUNT errors, $WARNING_COUNT warning in $HTML_FILENAME"
1919

2020
if [ $ERROR_COUNT -gt 0 ]; then
21+
echo $VALIDATION_RESULTS | grep -c "$ERROR_REGEX"
2122
exit 1
2223
else
2324
exit 0
24-
fi
25+
fi

0 commit comments

Comments
 (0)