Commit 719367fa by jctanner

Merge pull request #6113 from jlaska/custom_nose_args

Allow custom nosetest parameters
parents 4af1d609 a77ea0f9
...@@ -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