view tests/test-check-pyflakes.t @ 15545:2607de602105

tests: test findexe() access check fixed in 58f96703a9ab
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 22 Nov 2011 01:37:26 +0100
parents 695ac6aca77f
children 4f795f5fbb0b
line wrap: on
line source

  $ "$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)