mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
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
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user