Print native test report path
diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle
index 94ee998..a261b7f 100644
--- a/kotlin-native/backend.native/tests/build.gradle
+++ b/kotlin-native/backend.native/tests/build.gradle
@@ -209,6 +209,8 @@
         }
 
         ExternalReportUtilsKt.saveReport("$testOutputExternal/reports.json", statistics, reports)
+        def reportPath = project.file("$testOutputExternal/reports.json").absolutePath
+        println("Test report saved: $reportPath")
         use(KonanTestSuiteReportKt) {
             project.logger.quiet("DONE.\n\n" +
                     "TOTAL: $statistics.total\n" +