mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-09-30 13:33:26 -07:00
Add option to run only a single target
This commit is contained in:
parent
4abb304bed
commit
2e56d5b53b
2 changed files with 6 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ test-integration:
|
|||
$(db_engine_version) \
|
||||
mysqld --server-id 3 --log-bin=/var/lib/mysql/replica2-bin
|
||||
while ! podman healthcheck run primary && [[ "$$SECONDS" -lt 120 ]]; do sleep 1; done
|
||||
-set -x; ansible-test integration -v --color --coverage --retry-on-error --continue-on-error --diff --docker --docker-network podman --python $(python); set +x
|
||||
-set -x; ansible-test integration $(target) -v --color --coverage --retry-on-error --continue-on-error --diff --docker --docker-network podman --python $(python); set +x
|
||||
rm tests/integration/db_engine_version
|
||||
rm tests/integration/connector
|
||||
podman stop --time 0 --ignore primary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue