##// END OF EJS Templates
tests: fix typo of shebang prefix in test-check-pyflakes.t
Yuya Nishihara -
r29232:3dad34e9 default
parent child Browse files
Show More
@@ -6,7 +6,7 b''
6 run pyflakes on all tracked files ending in .py or without a file ending
6 run pyflakes on all tracked files ending in .py or without a file ending
7 (skipping binary file random-seed)
7 (skipping binary file random-seed)
8
8
9 $ hg locate 'set:**.py or grep("^!#.*python")' 2>/dev/null \
9 $ hg locate 'set:**.py or grep("^#!.*python")' 2>/dev/null \
10 > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
10 > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
11 tests/filterpyflakes.py:61: undefined name 'undefinedname'
11 tests/filterpyflakes.py:61: undefined name 'undefinedname'
12
12
General Comments 0
You need to be logged in to leave comments. Login now