commit | b85293f52c9db0e59afed1f2953e6b14f3952dd5 | [log] [tgz] |
---|---|---|
author | Aleksei.Cherepanov <aleksei.cherepanov@jetbrains.com> | Tue Nov 21 14:40:39 2023 +0100 |
committer | Aleksei.Cherepanov <aleksei.cherepanov@jetbrains.com> | Tue Nov 21 14:40:39 2023 +0100 |
tree | c0565118710dcb8c7c3644061d4b6b49af7f31e9 | |
parent | 00d4443e55ab7e29fd8ebf4b2c0f720e8c8c5e30 [diff] |
Add logging x5
diff --git a/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/KotlinJpsBuildTestIncremental.kt b/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/KotlinJpsBuildTestIncremental.kt index 5c9bff6..a398c15 100644 --- a/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/KotlinJpsBuildTestIncremental.kt +++ b/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/KotlinJpsBuildTestIncremental.kt
@@ -115,9 +115,10 @@ "Changed files: [${workDir.resolve("src/Foo.kt").path}, ${workDir.resolve("src/main.kt").path}]" ) } - + println(">>>>>" + reportDir.path) withDaemon { withSystemProperty("kotlin.build.report.file.output_dir", reportDir.path) { + println(">>>>>" + reportDir.path) testImpl() } }