mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
added option to ansible-test to run test playbooks using the debug strategy (#26499)
This commit is contained in:
committed by
Matt Clay
parent
3050856f2a
commit
294c0f91c0
@@ -216,6 +216,10 @@ def parse_args():
|
||||
action='store_true',
|
||||
help='retry failed test with increased verbosity')
|
||||
|
||||
integration.add_argument('--debug-strategy',
|
||||
action='store_true',
|
||||
help='run test playbooks using the debug strategy')
|
||||
|
||||
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