summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2016-01-21 14:36:17 -0800
committerMatt Mitchell <mmitche@microsoft.com>2016-01-21 14:36:17 -0800
commitdc14daf9727fbbefc94b40fce0aa07b7dea00af8 (patch)
tree73c9437de064319b85a5421787a14b3948ae009d
parentaae412433d6235b0a1c5f8f0301b2cc066857cc6 (diff)
parentc099ae17e69e8f539208f41e7a5b209ce6fcf701 (diff)
downloadcoreclr-dc14daf9727fbbefc94b40fce0aa07b7dea00af8.tar.gz
coreclr-dc14daf9727fbbefc94b40fce0aa07b7dea00af8.tar.bz2
coreclr-dc14daf9727fbbefc94b40fce0aa07b7dea00af8.zip
Merge pull request #2788 from kyulee1/fixpath
Fix test path for ilasm nightly
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index b91ffbae90..fabcf58dfd 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -452,7 +452,7 @@ combinedScenarios.each { scenario ->
else if (scenario == 'ilrt') {
// First do the build with skiptestbuild and then build the tests with ilasm roundtrip
buildCommands += "build.cmd ${lowerConfiguration} ${architecture} skiptestbuild"
- buildCommands += "test\\buildtest.cmd ${lowerConfiguration} ${architecture} ilasmroundtrip"
+ buildCommands += "tests\\buildtest.cmd ${lowerConfiguration} ${architecture} ilasmroundtrip"
}
else {
println("Unknown scenario: ${scenario}")