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 4918699 commit aba7114Copy full SHA for aba7114
1 file changed
.travis/validate_report_files.sh
@@ -18,7 +18,7 @@ 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"
+ echo $VALIDATION_RESULTS | grep "$ERROR_REGEX"
22
exit 1
23
else
24
exit 0
0 commit comments