Makefile: meant tests-@ not tests-tip
authorAugie Fackler <raf@durin42.com>
Mon, 14 Mar 2016 21:22:56 -0400
changeset 1893 9d1157fcdc6c
parent 1892 b1fadc089b82
child 1894 f8ee36489d3c
Makefile: meant tests-@ not tests-tip
Makefile
--- 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