From 0ea94c56fff03f11c5bba1c67da274452139c423 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 28 Aug 2010 18:23:38 +0000 Subject: [PATCH] fix typo in zptlint-test section. svn path=/plone.app.discussion/trunk/; revision=39307 --- test-plone-4.0.x.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"