mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert "Adding a Makefile target for integration tests - "make integration""
This reverts commit 6f1a58abd3
.
This commit is contained in:
parent
6f1a58abd3
commit
168e3cf685
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -61,9 +61,6 @@ NOSETESTS ?= nosetests
|
||||||
|
|
||||||
all: clean python
|
all: clean python
|
||||||
|
|
||||||
integration:
|
|
||||||
(cd test/integration; make all)
|
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -w test/units -v
|
PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -w test/units -v
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue