Merge pull request #6113 from jlaska/custom_nose_args
Allow custom nosetest parameters
This commit is contained in:
commit
719367facb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -55,7 +55,7 @@ ifeq ($(OFFICIAL),)
|
|||
endif
|
||||
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
|
||||
|
||||
NOSETESTS := nosetests
|
||||
NOSETESTS ?= nosetests
|
||||
|
||||
########################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue