Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Rivero <jorive@microsoft.com>2017-05-31 03:27:39 +0300
committerJosé Rivero <jorive@microsoft.com>2017-06-01 20:33:10 +0300
commite4867fcd54d4c31ee06e59d04b489918f3f43e4b (patch)
tree36579aaca4654e44cc568ed37669525f9861d298 /perf.groovy
parentabfe04b6fd168b547c1ef8846f1a815351e85d74 (diff)
Need to escape the '$' character.
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.groovy b/perf.groovy
index 5fbd0a27de..8e1bc0b648 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -103,7 +103,7 @@ def osShortName = ['Windows 10': 'win10',
steps {
//We need to specify the max cpu count to be one as we do not want to be executing performance tests in parallel
shell("./build.sh -release")
- shell("curl \"http://benchviewtestfeed.azurewebsites.net/nuget/FindPackagesById()?id='Microsoft.BenchView.JSONFormat'\" | grep \"content type\" | sed \"$ s/.*src=\\\"\\([^\\\"]*\\)\\\".*/\\1/;tx;d;:x\" | xargs curl -o benchview.zip")
+ shell("curl \"http://benchviewtestfeed.azurewebsites.net/nuget/FindPackagesById()?id='Microsoft.BenchView.JSONFormat'\" | grep \"content type\" | sed \"\$ s/.*src=\\\"\\([^\\\"]*\\)\\\".*/\\1/;tx;d;:x\" | xargs curl -o benchview.zip")
shell("unzip -q -o benchview.zip -d \"\${WORKSPACE}/Tools/Microsoft.BenchView.JSONFormat\"")
//Do this here to remove the origin but at the front of the branch name as this is a problem for BenchView