changeset 1883 | ebf146c77709 |
parent 1879 | bd5c2922a8ad |
child 1893 | 9d1157fcdc6c |
--- a/Makefile Mon Mar 14 20:13:44 2016 -0400 +++ b/Makefile Mon Mar 14 20:17:18 2016 -0400 @@ -25,6 +25,6 @@ (cd $(HGROOT) ; $(MAKE) clean ) && \ cd tests && $(PYTHON) $(HGTESTS)/run-tests.py $(TESTFLAGS) -all-version-tests: tests-tip +all-version-tests: tests-3.7 tests-tip .PHONY: tests all-version-tests