# HG changeset patch # User Kevin Bullock # Date 1514135122 18000 # Node ID ed168ce47715daf24b79bd0fab891bc22438b0ba # Parent c79597908178f1d1f7108c92f811d374e7250173 tests: use our copy of run-tests.py when testing against older hg diff -r c79597908178 -r ed168ce47715 Makefile --- a/Makefile Fri Dec 22 16:15:18 2017 -0600 +++ b/Makefile Sun Dec 24 12:05:22 2017 -0500 @@ -19,7 +19,7 @@ @echo "Path to crew repo is $(CREW) - set this with CREW= if needed." hg -R $(CREW) checkout $$(echo $@ | sed s/tests-//) && \ (cd $(CREW) ; $(MAKE) clean local) && \ - cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS) + cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) # This is intended to be the authoritative list of Hg versions that this # extension is tested with. Versions prior to the version that ships in the