|
@@ -17,5 +17,6 @@ if [ -e "$USER_PODMAN_SOCKET_PATH" ]; then
|
|
|
fi
|
|
|
|
|
|
docker-compose --file tests/end-to-end/docker-compose.yaml --progress quiet up --force-recreate \
|
|
|
- --renew-anon-volumes --abort-on-container-exit --exit-code-from tests
|
|
|
+ --renew-anon-volumes --detach
|
|
|
+docker-compose --file tests/end-to-end/docker-compose.yaml --progress quiet attach tests
|
|
|
find . -name borgmatic-1.8.9.dev0
|