Add --failure-ok option to ansible-test. (#22623)

This commit is contained in:
Matt Clay 2017-03-14 16:32:21 -07:00 committed by GitHub
commit 89559f78de
5 changed files with 26 additions and 16 deletions

View file

@ -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):
"""