Skip to content
Snippets Groups Projects
Commit ed168ce4 authored by Kevin Bullock's avatar Kevin Bullock
Browse files

tests: use our copy of run-tests.py when testing against older hg

parent c7959790
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment