mirror of https://github.com/docker/docs.git
Print about "copy volume content" test passing
Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
This commit is contained in:
parent
d48492a12e
commit
825ca10dfd
|
@ -1453,4 +1453,5 @@ func TestCopyVolumeContent(t *testing.T) {
|
||||||
if !(strings.Contains(out, "/hello/local/world") && strings.Contains(out, "/hello/local")) {
|
if !(strings.Contains(out, "/hello/local/world") && strings.Contains(out, "/hello/local")) {
|
||||||
t.Fatal("Container failed to transfer content to volume")
|
t.Fatal("Container failed to transfer content to volume")
|
||||||
}
|
}
|
||||||
|
logDone("run - copy volume content")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue