Browse code

Print about "copy volume content" test passing

Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)

LK4D4 authored on 2014/08/05 02:27:28
Showing 1 changed files
... ...
@@ -1453,4 +1453,5 @@ func TestCopyVolumeContent(t *testing.T) {
1453 1453
 	if !(strings.Contains(out, "/hello/local/world") && strings.Contains(out, "/hello/local")) {
1454 1454
 		t.Fatal("Container failed to transfer content to volume")
1455 1455
 	}
1456
+	logDone("run - copy volume content")
1456 1457
 }