mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user