Add --allow-disabled to sanity docs (#71524)
This commit is contained in:
parent
9bea33ffa3
commit
bc6461432e
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue