# HG changeset patch # User timeless # Date 2016-05-05 09:26:09 # Node ID a29f071751dff3f7b18f03dbf88a357a1ebde1c8 # Parent d115cbf5980b451e94f429fb57a29ca2cd279676 tests: mark test-check-pyflakes.t as requiring hg1.0+ hg does not yet run with py3, so if you try: ./run-tests.py --local test-check-pyflakes.t ... it will try to run the local hg, which does not work and thus, hg locate will return no output to stdout (and stderr is sent to /dev/null). If you do: ./run-tests.py --with-hg=~/bin/hg test-check-pyflakes.t Then it should work, if your hg is new enough to have a locate command (hg0.6 does not have locate). diff --git a/tests/test-check-pyflakes.t b/tests/test-check-pyflakes.t --- a/tests/test-check-pyflakes.t +++ b/tests/test-check-pyflakes.t @@ -1,4 +1,4 @@ -#require test-repo pyflakes +#require test-repo pyflakes hg10 $ cd "`dirname "$TESTDIR"`"