mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-10 18:34:03 -07:00
Add --failure-ok
option to ansible-test
. (#22623)
This commit is contained in:
parent
2e28173d49
commit
89559f78de
5 changed files with 26 additions and 16 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue