Print about "copy volume content" test passing

Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
Upstream-commit: 825ca10dfdaedfef17d92d898208c6f7e6dcb8e5
Component: engine
This commit is contained in:
LK4D4
2014-08-04 21:27:28 +04:00
parent 88f677f31c
commit 40ff72d2d0

View File

@ -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")
}