tests/test-check-pyflakes.t
changeset 32277 80e3002cd29e
parent 30894 5b60464efbde
child 32510 50eaccb8353f
equal deleted inserted replaced
32276:1a3a08b5d4d5 32277:80e3002cd29e
     8 
     8 
     9   $ hg locate 'set:**.py or grep("^#!.*python")' -X hgext/fsmonitor/pywatchman \
     9   $ hg locate 'set:**.py or grep("^#!.*python")' -X hgext/fsmonitor/pywatchman \
    10   > -X mercurial/pycompat.py -X contrib/python-zstandard \
    10   > -X mercurial/pycompat.py -X contrib/python-zstandard \
    11   > 2>/dev/null \
    11   > 2>/dev/null \
    12   > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
    12   > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
    13   tests/filterpyflakes.py:39: undefined name 'undefinedname'
    13   tests/filterpyflakes.py:38: undefined name 'undefinedname'
    14   
    14