Index: tools/test.dart |
=================================================================== |
--- tools/test.dart (revision 35615) |
+++ tools/test.dart (working copy) |
@@ -165,7 +165,7 @@ |
maxBrowserProcesses = 1; |
} else if (conf['runtime'].startsWith('safari')) { |
// Safari does not allow us to run from a fresh profile, so we can only |
- // use one browser. |
+ // use one browser. Additionally, you can not start two simulators for mobilesafari. |
Bill Hesse
2014/05/01 11:09:28
Long line. mobile safari as two words, or a bette
|
maxBrowserProcesses = 1; |
} else if (conf['runtime'] == 'chrome' && |
Platform.operatingSystem == 'macos') { |