Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
| ... | ... |
@@ -1453,4 +1453,5 @@ func TestCopyVolumeContent(t *testing.T) {
|
| 1453 | 1453 |
if !(strings.Contains(out, "/hello/local/world") && strings.Contains(out, "/hello/local")) {
|
| 1454 | 1454 |
t.Fatal("Container failed to transfer content to volume")
|
| 1455 | 1455 |
} |
| 1456 |
+ logDone("run - copy volume content")
|
|
| 1456 | 1457 |
} |