From: Andon Andonov Date: Fri, 22 Jun 2018 22:43:05 +0000 (-0700) Subject: Fix incorrect script path (dotnet/coreclr#18613) X-Git-Tag: submit/tizen/20210909.063632~11030^2~4534 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=125a82308dd607406fd32da868d3ea8e4c9a261f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix incorrect script path (dotnet/coreclr#18613) Commit migrated from https://github.com/dotnet/coreclr/commit/a6369dfceb2106bcf0de3d834d9a9a4dbf1459d5 --- diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index e43a47d..41ed021 100755 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -2220,7 +2220,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR if (doCoreFxTesting) { if (scenario == 'corefx_innerloop') { // Create CORE_ROOT and testhost - buildCommands += "tests\\build-test.cmd ${lowerConfiguration} ${arch} skipmanaged" + buildCommands += "build-test.cmd ${lowerConfiguration} ${arch} skipmanaged" buildCommands += "tests\\runtest.cmd ${runtestArguments} CoreFXTests" // Archive and process (only) the test results