We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d59b39 commit 0614e61Copy full SHA for 0614e61
core/jvm/test/testcontainers/TimeZoneTest.kt
@@ -20,8 +20,8 @@ class TimeZoneTest {
20
fun test(container: TimezoneTestContainer) {
21
val execResult = container.runTest()
22
23
- logger.info("Container stdout: ${execResult.stdout}")
24
- logger.info("Container stderr: ${execResult.stderr}")
+ logger.info("Container stdout:\n${execResult.stdout}")
+ logger.info("Container stderr:\n${execResult.stderr}")
25
logger.info("Container exit code: ${execResult.exitCode}")
26
}
27
0 commit comments