Skip to content

Commit

Permalink
Add --allow-disabled to sanity docs (ansible#71524)
Browse files Browse the repository at this point in the history
(cherry picked from commit bc64614)
  • Loading branch information
aminvakil authored and samccann committed Sep 3, 2020
1 parent 33eed0b commit 18d678c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docsite/rst/dev_guide/testing_sanity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18d678c

Please sign in to comment.