From e8d6a2a5f1735db25848dd87e01a0f9e981c1849 Mon Sep 17 00:00:00 2001 From: Elena Lepilkina Date: Mon, 18 Feb 2019 18:33:31 +0300 Subject: [PATCH] Fix to get summary report on TeamCity on os with several words in name --- performance/buildSrc/src/main/kotlin/RegressionsReporter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/buildSrc/src/main/kotlin/RegressionsReporter.kt b/performance/buildSrc/src/main/kotlin/RegressionsReporter.kt index 36aed86fbd8..0dc70e6c7c6 100644 --- a/performance/buildSrc/src/main/kotlin/RegressionsReporter.kt +++ b/performance/buildSrc/src/main/kotlin/RegressionsReporter.kt @@ -219,7 +219,7 @@ open class RegressionsReporter : DefaultTask() { "bintray:$compareToBuildNumber:$target:$bintrayFileName with $analyzer! " + "Please check files existance and their correctness.") } - "$analyzer -r statistics $currentBenchmarksReportFile bintray:$compareToBuildNumber:$target:$bintrayFileName -o $summaryFile" + "$analyzer -r statistics $currentBenchmarksReportFile bintray:$compareToBuildNumber:$target:$bintrayFileName -o \"$summaryFile\"" .runCommand() val reportLink = "http://kotlin-native-performance.labs.jb.gg/?" +