Skip to content

Commit 672958e

Browse files
committed
increase test logging output
1 parent 12d59f8 commit 672958e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
import aws.sdk.kotlin.gradle.dsl.configurePublishing
6-
import aws.sdk.kotlin.gradle.kmp.*
76
import aws.sdk.kotlin.gradle.kmp.configureKmpTargets
87
import aws.sdk.kotlin.gradle.kmp.kotlin
98
import aws.sdk.kotlin.gradle.kmp.needsKmpConfigured
@@ -135,7 +134,7 @@ subprojects {
135134
}
136135

137136
testLogging {
138-
events("passed", "skipped", "failed")
137+
events("passed", "skipped", "failed", "standardOut", "standardError")
139138
showStandardStreams = true
140139
showStackTraces = true
141140
showExceptions = true

0 commit comments

Comments
 (0)