adding debug

This commit is contained in:
Lucas Gravley 2020-04-02 13:22:29 -05:00
parent fd0693c998
commit 5d279e62db

View file

@ -1551,6 +1551,7 @@ TestCodebase()
#########
echo "ERROR! Found errors in [$LINTER_NAME] linter!"
echo "ERROR:[$LINT_CMD]"
echo "ERROR: Linter CMD:[$LINTER_COMMAND $FILE]"
# Increment the error count
(("ERRORS_FOUND_$FILE_TYPE++"))
else
@ -1573,6 +1574,7 @@ TestCodebase()
echo "ERROR! Found errors in [$LINTER_NAME] linter!"
echo "ERROR! This file should have failed test case!"
echo "ERROR:[$LINT_CMD]"
echo "ERROR: Linter CMD:[$LINTER_COMMAND $FILE]"
# Increment the error count
(("ERRORS_FOUND_$FILE_TYPE++"))
else