Merge pull request #6113 from jlaska/custom_nose_args

Allow custom nosetest parameters
pull/6134/head
jctanner 11 years ago
commit 719367facb

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

Loading…
Cancel
Save