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.
pull/6113/head
James Laska 11 years ago
parent d29da4cba1
commit a77ea0f942

@ -55,7 +55,7 @@ ifeq ($(OFFICIAL),)
endif endif
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)" RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
NOSETESTS := nosetests NOSETESTS ?= nosetests
######################################################## ########################################################

Loading…
Cancel
Save