tests/test-check-pyflakes.t
author Augie Fackler <raf@durin42.com>
Sat, 09 Feb 2013 05:35:20 -0600
changeset 18594 a9e830ecd9fb
parent 16350 4f795f5fbb0b
child 19377 0cb996ee8c6d
permissions -rw-r--r--
test-inotify-lookup.t: migrate to killdaemons from kill `cat pidfile`

  $ "$TESTDIR/hghave" pyflakes || exit 80
  $ cd "`dirname "$TESTDIR"`"
  $ pyflakes mercurial hgext 2>&1 | "$TESTDIR/filterpyflakes.py"
  hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)