From ca3c60847d997906a45f6aa784ea013a22b82d65 Mon Sep 17 00:00:00 2001 From: Jose Ignacio Lorenzo <74208929+joselo85@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:41:47 -0300 Subject: [PATCH] [CONSUL-461] Test wipe volumes without extra cont (#66) --- test/integration/connect/envoy/run-tests.windows.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/integration/connect/envoy/run-tests.windows.sh b/test/integration/connect/envoy/run-tests.windows.sh index f15fb9943a..e4cd8dcbab 100644 --- a/test/integration/connect/envoy/run-tests.windows.sh +++ b/test/integration/connect/envoy/run-tests.windows.sh @@ -441,11 +441,7 @@ function global_setup { } function wipe_volumes { - docker.exe run --rm -i \ - $WORKDIR_SNIPPET \ - --net=none \ - "${HASHICORP_DOCKER_PROXY}/windows/nanoserver" \ - cmd rd /s /q "C:\\workdir" + docker.exe exec -w "C:\workdir" envoy_workdir_1 cmd /c "rd /s /q . 2>nul" } # Windows containers does not allow cp command while running.