##// END OF EJS Templates
tests: use locate to find files for pyflakes check...
Matt Mackall -
r21221:e3ca21e4 default
parent child Browse files
Show More
@@ -5,7 +5,7 b''
5 5 run pyflakes on all tracked files ending in .py or without a file ending
6 6 (skipping binary file random-seed)
7 7
8 $ hg manifest 2>/dev/null | egrep "\.py$|^[^.]*$" | grep -v /random_seed$ \
8 $ hg locate 'set:**.py or grep("^!#.*python")' 2>/dev/null \
9 9 > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
10 10 contrib/win32/hgwebdir_wsgi.py:*: 'win32traceutil' imported but unused (glob)
11 11 setup.py:*: 'sha' imported but unused (glob)
General Comments 0
You need to be logged in to leave comments. Login now