浏览代码

Print about "copy volume content" test passing

Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
LK4D4 11 年之前
父节点
当前提交
825ca10dfd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      integration-cli/docker_cli_run_test.go

+ 1 - 0
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")
 }