Print about "copy volume content" test passing
| ... | ... |
@@ -1453,6 +1453,7 @@ 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 |
} |
| 1457 | 1458 |
|
| 1458 | 1459 |
func TestRunCleanupCmdOnEntrypoint(t *testing.T) {
|