Skip to content

Commit

Permalink
Print about "copy volume content" test passing
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
  • Loading branch information
LK4D4 committed Aug 4, 2014
1 parent d48492a commit 825ca10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-cli/docker_cli_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1453,4 +1453,5 @@ 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")
}

0 comments on commit 825ca10

Please sign in to comment.