| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/bisect_test_ordering.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/bisect_test_ordering.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/bisect_test_ordering.py
|
| index 035ba5954c5ae7f9a57843c758b18c3a11334f5c..7920da41ebfe884fb0f8e172bbd1d2001f6d9e7c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/bisect_test_ordering.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/bisect_test_ordering.py
|
| @@ -145,7 +145,7 @@ class Bisector(object):
|
|
|
| def test_fails(self, tests):
|
| extra_args = ['--debug'] if self.is_debug else []
|
| - path_to_run_webkit_tests = self.webkit_finder.path_from_webkit_base('Tools', 'Scripts', 'run-webkit-tests')
|
| + path_to_run_webkit_tests = self.webkit_finder.path_from_tools_scripts('run-webkit-tests')
|
| output = self.executive.popen(
|
| [path_to_run_webkit_tests, '--child-processes', '1', '--order', 'none', '--no-retry',
|
| '--no-show-results', '--verbose'] + extra_args + tests, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
|
|