1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Use lint/junit output for compile test. (#22395)

* Refactor sanity classes for use in all tests.
* Use lint/junit output for compile test.
* Add missing options for compile test.
* Fix early bailout on requirements install.
This commit is contained in:
Matt Clay 2017-03-08 00:47:21 -08:00 committed by GitHub
parent a8910e78ca
commit 3ab344e8bd
6 changed files with 489 additions and 321 deletions

View file

@ -19,7 +19,7 @@ retry.py pip install tox --disable-pip-version-check
errors=0
ansible-test compile --color -v || ((errors++))
ansible-test compile --color -v --junit --requirements || ((errors++))
ansible-test sanity --color -v --junit --tox --skip-test ansible-doc --python 2.7 || ((errors++))
ansible-test sanity --color -v --junit --tox --test ansible-doc --coverage || ((errors++))