Selaa lähdekoodia

Attempt to make containers stop after tests run.

Dan Helfman 1 vuosi sitten
vanhempi
sitoutus
585b1573ae
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      scripts/run-end-to-end-tests

+ 2 - 1
scripts/run-end-to-end-tests

@@ -17,4 +17,5 @@ if [ -e "$USER_PODMAN_SOCKET_PATH" ]; then
 fi
 
 docker-compose --file tests/end-to-end/docker-compose.yaml up --force-recreate \
-    --renew-anon-volumes --abort-on-container-exit
+    --renew-anon-volumes --detach
+docker-compose --file tests/end-to-end/docker-compose.yaml wait --down-project