summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2016-04-25 10:11:09 -0700
committerSean Gillespie <segilles@microsoft.com>2016-04-25 10:11:09 -0700
commit3a3d44e74a249fe87adefe717b5cd556f9be6861 (patch)
tree1282e6dc031f4132ae03fd15cfe4986ceec03ade
parent5a20e076d9d1fbd3de4f3ac9bfa2b0ff9628adb6 (diff)
downloadcoreclr-3a3d44e74a249fe87adefe717b5cd556f9be6861.tar.gz
coreclr-3a3d44e74a249fe87adefe717b5cd556f9be6861.tar.bz2
coreclr-3a3d44e74a249fe87adefe717b5cd556f9be6861.zip
Fix error in invocation of runtests.sh for long GC tests
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 53ba508a54..c21552b489 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1509,7 +1509,7 @@ combinedScenarios.each { scenario ->
// The Long GC playlist contains all of the tests that are
// going to be run.
- playlistString = '--playlist ./tests/longRunningGcTests.txt'
+ playlistString = '--playlist=./tests/longRunningGcTests.txt'
}