changeset 972:e259824cf863

Makefile: respect HGTESTFLAGS environment variable
author Augie Fackler <raf@durin42.com>
date Mon, 07 Dec 2015 19:58:53 -0500
parents 8073665f3c4f
children 1f367cf5e688
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
 PYTHON=python
+TESTFLAGS ?= $(shell echo $$HGTESTFLAGS)
 
 help:
 	@echo 'Commonly used make targets:'