Merge pull request #6113 from jlaska/custom_nose_args

Allow custom nosetest parameters
This commit is contained in:
jctanner
2014-02-21 16:21:08 -05:00

View File

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