From 825ca10dfdaedfef17d92d898208c6f7e6dcb8e5 Mon Sep 17 00:00:00 2001 From: LK4D4 Date: Mon, 4 Aug 2014 21:27:28 +0400 Subject: [PATCH] Print about "copy volume content" test passing Docker-DCO-1.1-Signed-off-by: Alexandr Morozov (github: LK4D4) --- integration-cli/docker_cli_run_test.go | 1 + 1 file changed, 1 insertion(+) 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") }