mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Make docs-build sanity test disabled by default.
This commit is contained in:
@@ -357,6 +357,10 @@ def parse_args():
|
||||
choices=[test.name for test in sanity_get_tests()],
|
||||
help='tests to skip').completer = complete_sanity_test
|
||||
|
||||
sanity.add_argument('--allow-disabled',
|
||||
action='store_true',
|
||||
help='allow tests to run which are disabled by default')
|
||||
|
||||
sanity.add_argument('--list-tests',
|
||||
action='store_true',
|
||||
help='list available tests')
|
||||
|
||||
Reference in New Issue
Block a user