##// END OF EJS Templates
tests: allow xrange warning from perf.py...
Gregory Szorc -
r43338:094d0f4a default
parent child Browse files
Show More
@@ -21,4 +21,5 b' run pyflakes on all tracked files ending'
21 21 > -X mercurial/thirdparty/zope \
22 22 > 2>/dev/null \
23 23 > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
24 contrib/perf.py:*: undefined name 'xrange' (glob) (?)
24 25
General Comments 0
You need to be logged in to leave comments. Login now