mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 05:34:22 -07:00
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.
This commit is contained in:
parent
d29da4cba1
commit
a77ea0f942
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -55,7 +55,7 @@ ifeq ($(OFFICIAL),)
|
||||||
endif
|
endif
|
||||||
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
|
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
|
||||||
|
|
||||||
NOSETESTS := nosetests
|
NOSETESTS ?= nosetests
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue