Make docs-build sanity test disabled by default.

This commit is contained in:
Matt Clay 2018-05-09 16:47:24 -07:00
parent ad5fdf5eb7
commit a7d7df1450
5 changed files with 32 additions and 14 deletions

View file

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