Mercurial > hg > hg-git
changeset 973:1f367cf5e688
all-version-tests: wrap to 80 columns and test 3.{5,6}.2
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 07 Dec 2015 19:59:17 -0500 (2015-12-08) |
parents | e259824cf863 |
children | 5d45e0edfa3f |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ # Mercurial 3.4 had a core bug that caused a harmless test failure -- 3.4.1 # fixes that bug. -all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-3.3 tests-3.4.1 tests-3.5 tests-3.6 tests-@ +all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-3.3 \ + tests-3.4.1 tests-3.5.2 tests-3.6.2 tests-@ .PHONY: tests all-version-tests