summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>2016-06-17 19:38:35 -0700
committerGitHub <noreply@github.com>2016-06-17 19:38:35 -0700
commit84948692baac873d9f7407c6ca2863a900c04a0e (patch)
treeb618ad8de1b72ebb717870490063b43fb88190b6 /netci.groovy
parente787b60ab7fbe8ab62f1986145b7aec6104fd4c2 (diff)
parent1ad32ce9c82b0e5c1594ecec88423803045cc824 (diff)
downloadcoreclr-84948692baac873d9f7407c6ca2863a900c04a0e.tar.gz
coreclr-84948692baac873d9f7407c6ca2863a900c04a0e.tar.bz2
coreclr-84948692baac873d9f7407c6ca2863a900c04a0e.zip
Merge pull request #5863 from adityamandaleeka/generate_core_dumps_runtest
Add option to runtest.sh to enable limited dump generation.
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/netci.groovy b/netci.groovy
index e0c7121cdc..bb2a66937f 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2152,6 +2152,7 @@ combinedScenarios.each { scenario ->
--mscorlibDir=\"\${WORKSPACE}/bin/Product/${osGroup}.${architecture}.${configuration}\" \\
--coreFxBinDir=\"\${WORKSPACE}/bin/${osGroup}.AnyCPU.Release;\${WORKSPACE}/bin/Unix.AnyCPU.Release;\${WORKSPACE}/bin/AnyOS.AnyCPU.Release\" \\
--coreFxNativeBinDir=\"\${WORKSPACE}/bin/${osGroup}.${architecture}.Release\" \\
+ --limitedDumpGeneration \\
${testEnvOpt} ${serverGCString} ${gcstressStr} ${crossgenStr} ${runcrossgentestsStr} ${runjitstressStr} ${runjitstressregsStr} ${runjitmioptsStr} ${runjitforcerelocsStr} ${sequentialString} ${playlistString}""")
}
}