Skip to content

Commit edfd955

Browse files
Merge pull request dotnet#24218 from BruceForstall/FixLinuxX64CorefxTesting
Remove extraneous percent character in Linux/x64 corefx testing command
2 parents 6fd5d28 + f3db055 commit edfd955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2404,7 +2404,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
24042404
def workspaceRelativeFxRoot = "_/fx"
24052405
def absoluteFxRoot = "\$WORKSPACE/${workspaceRelativeFxRoot}"
24062406
def fxBranch = getFxBranch(branch)
2407-
def exclusionRspPath = "\$WORKSPACE%/tests/scripts/run-corefx-tests-exclusions.txt"
2407+
def exclusionRspPath = "\$WORKSPACE/tests/scripts/run-corefx-tests-exclusions.txt"
24082408

24092409
buildCommands += "python -u \$WORKSPACE/tests/scripts/run-corefx-tests.py -arch ${architecture} -ci_arch ${architecture} -build_type ${configuration} -fx_root ${absoluteFxRoot} -fx_branch ${fxBranch} -env_script ${scriptFileName} -exclusion_rsp_file ${exclusionRspPath}"
24102410

0 commit comments

Comments
 (0)