summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorSwaroop Sridhar <swaroops@microsoft.com>2017-03-22 18:09:05 -0700
committerSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>2017-03-28 11:31:25 -0700
commit5f05a462321923ee6d9975cc3f88a233b3143332 (patch)
tree7a5d5fac3e1aa0166bc0702be2cdc075f3f335a6 /netci.groovy
parentc9a0d6d510e92dc4ebd4b78f766c706abce0a9af (diff)
downloadcoreclr-5f05a462321923ee6d9975cc3f88a233b3143332.tar.gz
coreclr-5f05a462321923ee6d9975cc3f88a233b3143332.tar.bz2
coreclr-5f05a462321923ee6d9975cc3f88a233b3143332.zip
Add support for CoreCLR testing via ILLINK on Linux
Made changes to the test infrastructure to 1) Generate <test>.sh with commands to invoke ILLINK and run the output 2) Add runtest.sh --link=<path-to-illink> to invoke the ILLINK testing
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index db77ec3891..0c6d13935a 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1429,7 +1429,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
def illinkArch = (architecture == 'x86compatjit') ? 'x86' : architecture
if (scenario == 'illink') {
- buildCommands += "tests\\build_illink.cmd clone ${illinkArch}"
+ buildCommands += "tests\\scripts\\build_illink.cmd clone ${illinkArch}"
}
if (Constants.jitStressModeScenarios.containsKey(scenario) ||