| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 6a6c2bc74ea7cf0f819dcf965d677d2d78eb566b..a16e8b5cb35df7c060e206a393d2aa6053cfb289 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -410,7 +410,8 @@ class StandardTestSuite implements TestSuite {
|
|
|
| static String get dumpRenderTreeFilename() {
|
| if (new Platform().operatingSystem() == 'macos') {
|
| - return 'client/tests/drt/.app/Contents/MacOS/DumpRenderTree';
|
| + return 'client/tests/drt/DumpRenderTree.app/Contents/' +
|
| + 'MacOS/DumpRenderTree';
|
| }
|
| return 'client/tests/drt/DumpRenderTree';
|
| }
|
|
|