| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| index f539f9754bde24f6d5851b7c09b0add5f2e8d7fd..f6131af69b3a077a3e3b98ddd223d239c6f7e5c7 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| @@ -292,7 +292,9 @@ class W3CExpectationsLineAdder(object):
|
| self._host.executive.run_command([
|
| 'python',
|
| webkit_patch,
|
| - 'rebaseline-from-try-jobs', '-v'
|
| + 'rebaseline-cl',
|
| + '--verbose',
|
| + '--no-trigger-jobs',
|
| ] + tests_to_rebaseline)
|
| return tests_results
|
|
|
|
|