mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
TAP Format
This commit is contained in:
parent
40687fc6db
commit
6b16354901
1 changed files with 2 additions and 2 deletions
|
@ -564,7 +564,7 @@ LintAnsibleFiles()
|
|||
#######################################################
|
||||
if [ -n "${OUTPUT_FORMAT}" ] ; then
|
||||
echo "nok ok ${INDEX} - ${FILE}" >> "${TMPFILE}"
|
||||
echo " ERROR:[$LINT_CMD]" >> "${TMPFILE}"
|
||||
printf " ---\n but:[%s]\n ..." "$LINT_CMD" >> "${TMPFILE}"
|
||||
fi
|
||||
else
|
||||
###########
|
||||
|
@ -1913,7 +1913,7 @@ LintCodebase()
|
|||
#######################################################
|
||||
if [ -n "${OUTPUT_FORMAT}" ] ; then
|
||||
echo "nok ok ${INDEX} - ${FILE}" >> "${TMPFILE}"
|
||||
echo " ERROR:[$LINT_CMD]" >> "${TMPFILE}"
|
||||
printf " ---\n but:[%s]\n ..." "$LINT_CMD" >> "${TMPFILE}"
|
||||
fi
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue