mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-12 08:00:51 -07:00
Add --remote-terminate
option to ansible-test.
Set `--remote-terminate success` for osx tests.
This commit is contained in:
parent
bb90f5d220
commit
fb9efd3c7e
4 changed files with 13 additions and 2 deletions
|
@ -9,4 +9,4 @@ platform="${args[0]}"
|
|||
version="${args[1]}"
|
||||
target="posix/ci/"
|
||||
|
||||
ansible-test integration --color -v --retry-on-error "${target}" --remote "${platform}/${version}" --exclude "posix/ci/cloud/"
|
||||
ansible-test integration --color -v --retry-on-error "${target}" --remote "${platform}/${version}" --remote-terminate success --exclude "posix/ci/cloud/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue