Add --allow-disabled to sanity docs (#71524)

This commit is contained in:
Amin Vakil 2020-08-31 20:16:03 +04:30 committed by GitHub
parent 9bea33ffa3
commit bc6461432e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,9 @@ How to run
# Run all sanity tests
ansible-test sanity
# Run all sanity tests including disabled ones
ansible-test sanity --allow-disabled
# Run all sanity tests against against certain files
ansible-test sanity lib/ansible/modules/files/template.py