mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue