##// END OF EJS Templates
tests: mark test-check-pyflakes.t as requiring hg1.0+...
timeless -
r29138:a29f0717 default
parent child Browse files
Show More
@@ -1,12 +1,12 b''
1 #require test-repo pyflakes
1 #require test-repo pyflakes hg10
2
2
3 $ cd "`dirname "$TESTDIR"`"
3 $ cd "`dirname "$TESTDIR"`"
4
4
5 run pyflakes on all tracked files ending in .py or without a file ending
5 run pyflakes on all tracked files ending in .py or without a file ending
6 (skipping binary file random-seed)
6 (skipping binary file random-seed)
7
7
8 $ hg locate 'set:**.py or grep("^!#.*python")' 2>/dev/null \
8 $ hg locate 'set:**.py or grep("^!#.*python")' 2>/dev/null \
9 > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
9 > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
10 tests/filterpyflakes.py:61: undefined name 'undefinedname'
10 tests/filterpyflakes.py:61: undefined name 'undefinedname'
11
11
12
12
General Comments 0
You need to be logged in to leave comments. Login now