| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index d388fdf0a8ce20951d9d8bfa71eafb0e1896814f..12e89298048afe62b4d019b0df2a75ec4a480003 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1018,7 +1018,7 @@ class StandardTestSuite extends TestSuite {
|
| dartDir.append('tools/testing/run_selenium.py').toNativePath(),
|
| '--browser=$runtime',
|
| '--timeout=${configuration["timeout"] - 2}',
|
| - '--out="$fullHtmlPath"'];
|
| + '--out=$fullHtmlPath'];
|
| if (runtime == 'dartium') {
|
| args.add('--executable=$dartiumFilename');
|
| }
|
|
|