# HG changeset patch
# User Kevin Bullock <kbullock@ringworld.org>
# Date 1514135122 18000
#      Sun Dec 24 12:05:22 2017 -0500
# Node ID ed168ce47715daf24b79bd0fab891bc22438b0ba
# Parent  c79597908178f1d1f7108c92f811d374e7250173
tests: use our copy of run-tests.py when testing against older hg

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -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