From 4d717a69b2ce83a594f9e7c2716103a3a2350605 Mon Sep 17 00:00:00 2001 From: Matthias Frei Date: Tue, 26 Sep 2023 12:05:30 +0200 Subject: [PATCH] fixup --- tools/integration/docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/integration/docker.go b/tools/integration/docker.go index e154ab264b..bf7e5af018 100644 --- a/tools/integration/docker.go +++ b/tools/integration/docker.go @@ -38,7 +38,7 @@ var ( var dockerArgs []string func initDockerArgs() { - dockerArgs = []string{"-f", GenFile("scion-dc.yml"), "-p", "scion", "exec", "-T", "-e", + dockerArgs = []string{"-f", GenFile("scion-dc.yml"), "exec", "-T", "-e", fmt.Sprintf("%s=1", GoIntegrationEnv)} }