tests/test-check-pyflakes.t
branchstable
changeset 15372 695ac6aca77f
parent 15223 fc035e5370ca
child 16350 4f795f5fbb0b
equal deleted inserted replaced
15371:f26ed4ea46d8 15372:695ac6aca77f
     1   $ "$TESTDIR/hghave" pyflakes || exit 80
     1   $ "$TESTDIR/hghave" pyflakes || exit 80
     2   $ cd $(dirname $TESTDIR)
     2   $ cd `dirname $TESTDIR`
     3   $ pyflakes mercurial hgext 2>&1 | $TESTDIR/filterpyflakes.py
     3   $ pyflakes mercurial hgext 2>&1 | $TESTDIR/filterpyflakes.py
     4   hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)
     4   hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)
     5   
     5   
     6 
     6