diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index d02ebb54e6..548943f2f6 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/integration-cli/docker_cli_run_test.go @@ -1453,4 +1453,5 @@ func TestCopyVolumeContent(t *testing.T) { if !(strings.Contains(out, "/hello/local/world") && strings.Contains(out, "/hello/local")) { t.Fatal("Container failed to transfer content to volume") } + logDone("run - copy volume content") }