Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py |
index 69a1750317a50540f82c8b0f7f97db9f12759f8e..22d7b90bdf9382dcc3c2ba0a76af7ff7d41f2338 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py |
@@ -368,7 +368,7 @@ class DepsUpdater(object): |
def write_test_expectations(self): |
self.print_('## Adding test expectations lines to LayoutTests/TestExpectations.') |
script_path = self.path_from_webkit_base('Tools', 'Scripts', 'update-w3c-test-expectations') |
- self.run([self.host.executable, script_path]) |
+ self.run([self.host.executable, script_path, '--verbose']) |
message = '\'Modifies TestExpectations and/or downloads new baselines for tests\'' |
self.check_run(['git', 'commit', '-a', '-m', message]) |
self.git_cl.run(['upload', '-m', message, '--rietveld']) |