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()
             }
         }