mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Attempt to exit test containers on tests exit while also showing test output.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user