Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: tools/test-runtime.dart

Issue 12035053: Support for running a limited amount of browser tests in parallel (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/test-runtime.dart
diff --git a/tools/test-runtime.dart b/tools/test-runtime.dart
index a959f23424f8305b990fb60d881cab5d610d9baf..6260b18b2c90740a7290bc11bf4da754a6993145 100755
--- a/tools/test-runtime.dart
+++ b/tools/test-runtime.dart
@@ -105,6 +105,7 @@ main() {
// Start process queue.
new ProcessQueue(
maxProcesses,
+ maxProcesses,
ricow1 2013/01/24 09:04:28 this is a little hard to read - could we make a va
kustermann 2013/01/29 08:43:32 Done.
progressIndicator,
startTime,
printTiming,

Powered by Google App Engine
This is Rietveld 408576698