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

pull/71542/head
Amin Vakil 4 years ago committed by GitHub
parent 9bea33ffa3
commit bc6461432e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save