# HG changeset patch # User Augie Fackler # Date 1449536333 18000 # Node ID e259824cf863b5e5f6f6d109bdac2dbbe69c2cf9 # Parent 8073665f3c4ff1cbc83150448953168498c542c4 Makefile: respect HGTESTFLAGS environment variable diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ PYTHON=python +TESTFLAGS ?= $(shell echo $$HGTESTFLAGS) help: @echo 'Commonly used make targets:'