mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 15:21:25 -07:00
Use subset of Windows tests for "all" tests. (#26830)
This commit is contained in:
parent
32914cac3b
commit
7931e11437
6 changed files with 81 additions and 57 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue