1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #7405 from LK4D4/indicate_run_volume_test_pass

Print about "copy volume content" test passing
This commit is contained in:
Michael Crosby 2014-08-07 15:09:41 -07:00
commit 01022a305d

View file

@ -1453,6 +1453,7 @@ 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")
}
func TestRunCleanupCmdOnEntrypoint(t *testing.T) {