changeset 1099:ed168ce47715

tests: use our copy of run-tests.py when testing against older hg
author Kevin Bullock <kbullock@ringworld.org>
date Sun, 24 Dec 2017 12:05:22 -0500
parents c79597908178
children 6dc827703bfb
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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