fix typo in zptlint-test section.
svn path=/plone.app.discussion/trunk/; revision=39307
This commit is contained in:
parent
f110dd6c40
commit
0ea94c56ff
@ -116,7 +116,7 @@ input = inline:
|
|||||||
echo "Running zptlint-test"
|
echo "Running zptlint-test"
|
||||||
TMPL=$(find plone/app/discussion -regex ".*\.[c|z]?pt")
|
TMPL=$(find plone/app/discussion -regex ".*\.[c|z]?pt")
|
||||||
echo "Checking"
|
echo "Checking"
|
||||||
echo $TMPL"
|
echo $TMPL
|
||||||
find plone/app/discussion -regex ".*\.[c|z]?pt" | xargs bin/zptlint > zptlint.log
|
find plone/app/discussion -regex ".*\.[c|z]?pt" | xargs bin/zptlint > zptlint.log
|
||||||
if [ -s zptlint.log ]; then
|
if [ -s zptlint.log ]; then
|
||||||
echo "Errors were found, see zptlint.log for details"
|
echo "Errors were found, see zptlint.log for details"
|
||||||
|
Loading…
Reference in New Issue
Block a user