Sfoglia il codice sorgente

Print about "copy volume content" test passing

Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
LK4D4 11 anni fa
parent
commit
825ca10dfd
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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")) {
 	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")
 }
 }