Skip to content

Commit 6321da0

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Print stderr to the console in integration tests
1 parent 3587372 commit 6321da0

File tree

1 file changed

+1
-0
lines changed
  • integration/src/main/kotlin/kotlinx/benchmark/integration

1 file changed

+1
-0
lines changed

integration/src/main/kotlin/kotlinx/benchmark/integration/Runner.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Runner(
1818
.withProjectDir(projectDir)
1919
.withArguments(*(defaultArguments() + tasks))
2020
.withGradleVersion(gradleVersion.versionString)
21+
.forwardStdError(System.err.bufferedWriter())
2122
.run {
2223
if (print) forwardStdOutput(System.out.bufferedWriter()) else this
2324
}

0 commit comments

Comments
 (0)