Makefile
changeset 1893 9d1157fcdc6c
parent 1883 ebf146c77709
child 2020 143c8e4dc22d
--- a/Makefile	Sun Mar 13 12:29:43 2016 +0000
+++ b/Makefile	Mon Mar 14 21:22:56 2016 -0400
@@ -25,6 +25,6 @@
 	(cd $(HGROOT) ; $(MAKE) clean ) && \
 	cd tests && $(PYTHON) $(HGTESTS)/run-tests.py $(TESTFLAGS)
 
-all-version-tests: tests-3.7 tests-tip
+all-version-tests: tests-3.7 tests-@
 
 .PHONY: tests all-version-tests