Add a 'make integration' target (#17710)

Runs test/utils/shippable/integration.sh
pull/17717/head
Adrian Likins 8 years ago committed by Matt Clay
parent e11f7d2339
commit be1139317a

@ -105,6 +105,9 @@ tests:
tests-py3: tests-py3:
PYTHONPATH=./lib $(NOSETESTS3) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches PYTHONPATH=./lib $(NOSETESTS3) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches
integration:
test/utils/shippable/integration.sh
authors: authors:
sh hacking/authors.sh sh hacking/authors.sh

Loading…
Cancel
Save