mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Merge pull request #2891 from glensc/make-nosetests
make path to nosetests executable configurable
This commit is contained in:
4
Makefile
4
Makefile
@@ -59,12 +59,14 @@ ifeq ($(OFFICIAL),)
|
|||||||
endif
|
endif
|
||||||
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
|
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
|
||||||
|
|
||||||
|
NOSETESTS := nosetests
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
all: clean python
|
all: clean python
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
PYTHONPATH=./lib nosetests -d -v
|
PYTHONPATH=./lib $(NOSETESTS) -d -v
|
||||||
|
|
||||||
# To force a rebuild of the docs run 'touch VERSION && make docs'
|
# To force a rebuild of the docs run 'touch VERSION && make docs'
|
||||||
docs: $(MANPAGES) modulepages
|
docs: $(MANPAGES) modulepages
|
||||||
|
|||||||
Reference in New Issue
Block a user