Commit a77ea0f9 by James Laska

Allow custom nosetests parameters

The NOSETESTS variable can be used to support customizing the nosetests
parameters.  This allows providing custom nose parameters such as
--with-coverage.
parent d29da4cb
...@@ -55,7 +55,7 @@ ifeq ($(OFFICIAL),) ...@@ -55,7 +55,7 @@ ifeq ($(OFFICIAL),)
endif endif
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)" RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
NOSETESTS := nosetests NOSETESTS ?= nosetests
######################################################## ########################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment