| 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 67d1996a4720817b0fab79e06613450e89016bc3..ce7729efa47cc18bbaf7a6dbee2f91db1594d83a 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
|
| @@ -63,7 +63,7 @@ class Bisector(object):
|
| self.print_result()
|
| return 0
|
| if not self.test_fails(self.tests):
|
| - _log.error('%s does not fail' % self.expected_failure)
|
| + _log.error('%s does not fail', self.expected_failure)
|
| return 1
|
| # Split the list of test into buckets. Each bucket has at least one test required to cause
|
| # the expected failure at the end. Split buckets in half until there are only buckets left
|
|
|