Attempt to exit test containers on tests exit while also showing test output.
Some checks failed
test / test (push) Failing after 3s
Some checks failed
test / test (push) Failing after 3s
This commit is contained in:
parent
fe62a81151
commit
5f16b64639
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# For more information, see:
|
||||
# https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
USER_PODMAN_SOCKET_PATH=/run/user/$UID/podman/podman.sock
|
||||
|
||||
|
|
@ -17,5 +17,6 @@ if [ -e "$USER_PODMAN_SOCKET_PATH" ]; then
|
|||
fi
|
||||
|
||||
docker-compose --file tests/end-to-end/docker-compose.yaml up --force-recreate \
|
||||
--renew-anon-volumes --detach
|
||||
--renew-anon-volumes &
|
||||
docker-compose --file tests/end-to-end/docker-compose.yaml wait --down-project tests
|
||||
find . -name borgmatic-1.8.9.dev0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue