mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Use subset of Windows tests for "all" tests. (#26830)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user