| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 69bc6093fb876a6e455776520b16fd1c20bf35e3..19c838ea976cfdad44aa08bdc968f8836f031461 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -586,6 +586,9 @@ class StandardTestSuite implements TestSuite {
|
| }
|
|
|
| String get dumpRenderTreeFilename() {
|
| + if (configuration['drt'] != '') {
|
| + return configuration['drt'];
|
| + }
|
| if (new Platform().operatingSystem() == 'macos') {
|
| return 'client/tests/drt/DumpRenderTree.app/Contents/' +
|
| 'MacOS/DumpRenderTree';
|
|
|