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/4420/head
James Laska 2014-02-21 13:13:55 -05:00
parent d29da4cba1
commit a77ea0f942
1 changed files with 1 additions and 1 deletions

View File

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