Jelajahi Sumber

Merge pull request #7405 from LK4D4/indicate_run_volume_test_pass

Print about "copy volume content" test passing
Michael Crosby 11 tahun lalu
induk
melakukan
01022a305d
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      integration-cli/docker_cli_run_test.go

+ 1 - 0
integration-cli/docker_cli_run_test.go

@@ -1453,6 +1453,7 @@ func TestCopyVolumeContent(t *testing.T) {
 	if !(strings.Contains(out, "/hello/local/world") && strings.Contains(out, "/hello/local")) {
 	if !(strings.Contains(out, "/hello/local/world") && strings.Contains(out, "/hello/local")) {
 		t.Fatal("Container failed to transfer content to volume")
 		t.Fatal("Container failed to transfer content to volume")
 	}
 	}
+	logDone("run - copy volume content")
 }
 }
 
 
 func TestRunCleanupCmdOnEntrypoint(t *testing.T) {
 func TestRunCleanupCmdOnEntrypoint(t *testing.T) {