Use subset of Windows tests for "all" tests. (#26830)

This commit is contained in:
Matt Clay 2017-07-14 16:51:32 -07:00 committed by GitHub
parent 32914cac3b
commit 7931e11437
6 changed files with 81 additions and 57 deletions

View file

@ -220,6 +220,11 @@ def parse_args():
action='store_true',
help='run test playbooks using the debug strategy')
integration.add_argument('--changed-all-target',
metavar='TARGET',
default='all',
help='target to run when all tests are needed')
subparsers = parser.add_subparsers(metavar='COMMAND')
subparsers.required = True # work-around for python 3 bug which makes subparsers optional