Fix a difference in passing the sequential parameter between Bash and Batch
authorSean Gillespie <segilles@microsoft.com>
Fri, 15 Apr 2016 20:44:12 +0000 (13:44 -0700)
committerSean Gillespie <segilles@microsoft.com>
Fri, 15 Apr 2016 20:44:12 +0000 (13:44 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/9530cdd3a61f9eb15a97e8f0888be12e0390aa99

src/coreclr/netci.groovy

index a02b9c8..0e9b28f 100755 (executable)
@@ -1394,7 +1394,7 @@ combinedScenarios.each { scenario ->
                     if (scenario == 'longgc') {
                         // Long GC tests behave very poorly when they are not
                         // the only test running (many of them allocate until OOM).
-                        sequentialString = 'sequential'
+                        sequentialString = '--sequential'
                         
                         // Long GC tests all exist in the ignore list because
                         // they can't run during normal test runs. This is not