| Index: dart/tools/testing/dart/test_runner.dart
|
| diff --git a/dart/tools/testing/dart/test_runner.dart b/dart/tools/testing/dart/test_runner.dart
|
| index 0fd67142837cd13bd6092b13972133e7c8533975..3e36c0b71407a5641b3ba6626654a132cac7bf56 100644
|
| --- a/dart/tools/testing/dart/test_runner.dart
|
| +++ b/dart/tools/testing/dart/test_runner.dart
|
| @@ -1084,7 +1084,7 @@ class ProcessQueue {
|
| */
|
| void _startSeleniumServer() {
|
| // Get the absolute path to the Selenium jar.
|
| - String filePath = new Options().script;
|
| + String filePath = TestUtils.testScriptPath;
|
| String pathSep = Platform.pathSeparator;
|
| int index = filePath.lastIndexOf(pathSep);
|
| filePath = '${filePath.substring(0, index)}${pathSep}testing${pathSep}';
|
|
|