mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add --failure-ok option to ansible-test. (#22623)
This commit is contained in:
@@ -383,6 +383,11 @@ def add_lint(parser):
|
||||
action='store_true',
|
||||
help='write test failures to junit xml files')
|
||||
|
||||
parser.add_argument('--failure-ok',
|
||||
action='store_true',
|
||||
help='exit successfully on failed tests after saving results')
|
||||
|
||||
|
||||
|
||||
def add_changes(parser, argparse):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user