| Index: Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/mac.py b/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| index d637c95416420ef6c8a71daf19a590d0cff7995e..cb81236c0f075788db09db77957fbe5af55e493d 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| @@ -108,7 +108,8 @@ class MacPort(base.Port):
|
|
|
| def _path_to_driver(self, configuration=None):
|
| # FIXME: make |configuration| happy with case-sensitive file systems.
|
| - return self._build_path_with_configuration(configuration, self.driver_name() + '.app', 'Contents', 'MacOS', self.driver_name())
|
| + return self._build_path_with_configuration(
|
| + configuration, self.driver_name() + '.app', 'Contents', 'MacOS', self.driver_name())
|
|
|
| def _path_to_helper(self):
|
| binary_name = 'layout_test_helper'
|
|
|