Browse code

Merge pull request #7405 from LK4D4/indicate_run_volume_test_pass

Print about "copy volume content" test passing

Michael Crosby authored on 2014/08/08 07:09:41
Showing 1 changed files
... ...
@@ -1453,6 +1453,7 @@ 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
 }
1457 1458
 
1458 1459
 func TestRunCleanupCmdOnEntrypoint(t *testing.T) {