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 11fa6344b955d5cc1de0fd93b2c27c69eb612978..0547281b3d5cff6a4920d0d1148601fe7c33d3b4 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 |
@@ -316,6 +316,9 @@ class W3CExpectationsLineAdder(object): |
'--no-trigger-jobs', |
'--only-changed-tests', |
] + tests_to_rebaseline) |
+ # NOTE(qyearsley): If rebaseline-cl is changed to stage all new files |
+ # with git, then this would be unnecessary and should be removed. |
+ self.host.executive.run_command(['git', 'add', '--all']) |
return tests_results |
def get_modified_existing_tests(self): |