changeset 1893:9d1157fcdc6c

Makefile: meant tests-@ not tests-tip
author Augie Fackler <raf@durin42.com>
date Mon, 14 Mar 2016 21:22:56 -0400
parents b1fadc089b82
children f8ee36489d3c
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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