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 3587372 commit 6321da0Copy full SHA for 6321da0
integration/src/main/kotlin/kotlinx/benchmark/integration/Runner.kt
@@ -18,6 +18,7 @@ class Runner(
18
.withProjectDir(projectDir)
19
.withArguments(*(defaultArguments() + tasks))
20
.withGradleVersion(gradleVersion.versionString)
21
+ .forwardStdError(System.err.bufferedWriter())
22
.run {
23
if (print) forwardStdOutput(System.out.bufferedWriter()) else this
24
}
0 commit comments