mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
test, integration: add diff support (#26296)
This commit is contained in:
@@ -201,6 +201,10 @@ def parse_args():
|
||||
metavar='TAGS',
|
||||
help='only run plays and tasks whose tags do not match these values')
|
||||
|
||||
integration.add_argument('--diff',
|
||||
action='store_true',
|
||||
help='show diff output')
|
||||
|
||||
integration.add_argument('--allow-destructive',
|
||||
action='store_true',
|
||||
help='allow destructive tests (--local and --tox only)')
|
||||
|
||||
Reference in New Issue
Block a user