| 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 0547281b3d5cff6a4920d0d1148601fe7c33d3b4..1ef021602d66160db9f3fc85effb73f5ed925b75 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
|
| @@ -324,7 +324,7 @@ class W3CExpectationsLineAdder(object):
|
| def get_modified_existing_tests(self):
|
| """Returns a list of layout test names for layout tests that have been modified."""
|
| diff_output = self.host.executive.run_command(
|
| - ['git', 'diff', 'origin/master', '--name-only', '-diff-filter=AMR']) # Added, modified, and renamed files.
|
| + ['git', 'diff', 'origin/master', '--name-only', '--diff-filter=AMR']) # Added, modified, and renamed files.
|
| paths_from_chromium_root = diff_output.splitlines()
|
| modified_tests = []
|
| for path in paths_from_chromium_root:
|
|
|