Fix incorrect script path (dotnet/coreclr#18613)
authorAndon Andonov <anandono@microsoft.com>
Fri, 22 Jun 2018 22:43:05 +0000 (15:43 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Jun 2018 22:43:05 +0000 (15:43 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/a6369dfceb2106bcf0de3d834d9a9a4dbf1459d5

src/coreclr/netci.groovy

index e43a47d..41ed021 100755 (executable)
@@ -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