diff --git a/test-plone-4.0.x.cfg b/test-plone-4.0.x.cfg index 66f965b..26b917e 100644 --- a/test-plone-4.0.x.cfg +++ b/test-plone-4.0.x.cfg @@ -116,7 +116,7 @@ input = inline: echo "Running zptlint-test" TMPL=$(find plone/app/discussion -regex ".*\.[c|z]?pt") echo "Checking" - echo $TMPL" + echo $TMPL find plone/app/discussion -regex ".*\.[c|z]?pt" | xargs bin/zptlint > zptlint.log if [ -s zptlint.log ]; then echo "Errors were found, see zptlint.log for details"