Another try at exiting tests properly.
This commit is contained in:
parent
5f16b64639
commit
98cf8f7e20
1 changed files with 1 additions and 2 deletions
|
@ -17,6 +17,5 @@ if [ -e "$USER_PODMAN_SOCKET_PATH" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker-compose --file tests/end-to-end/docker-compose.yaml up --force-recreate \
|
docker-compose --file tests/end-to-end/docker-compose.yaml up --force-recreate \
|
||||||
--renew-anon-volumes &
|
--renew-anon-volumes --abort-on-container-exit --exit-code-from tests
|
||||||
docker-compose --file tests/end-to-end/docker-compose.yaml wait --down-project tests
|
|
||||||
find . -name borgmatic-1.8.9.dev0
|
find . -name borgmatic-1.8.9.dev0
|
||||||
|
|
Loading…
Reference in a new issue