e2e tests display Compose version used to run the test

currently the version displayed is the one installed and not the one use for the tests

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours
2022-12-21 18:38:24 +01:00
parent 27a3241934
commit 86a648bd51
2 changed files with 1 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ func NewCLI(t testing.TB, opts ...CLIOption) *CLI {
for _, opt := range opts {
opt(c)
}
t.Log(c.RunDockerComposeCmdNoCheck(t, "version").Combined())
return c
}