Add a 'make integration' target (#17710)
Runs test/utils/shippable/integration.sh
This commit is contained in:
parent
e11f7d2339
commit
be1139317a
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -105,6 +105,9 @@ tests:
|
|||
tests-py3:
|
||||
PYTHONPATH=./lib $(NOSETESTS3) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches
|
||||
|
||||
integration:
|
||||
test/utils/shippable/integration.sh
|
||||
|
||||
authors:
|
||||
sh hacking/authors.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue