Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: sky/tools/webkitpy/tool/commands/rebaseline.py

Issue 639883003: Get test_webkitpy to actually run again. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/tools/webkitpy/tool/commands/rebaseline.py
diff --git a/sky/tools/webkitpy/tool/commands/rebaseline.py b/sky/tools/webkitpy/tool/commands/rebaseline.py
index 0fc0e3025f051040d8a2e94028eee63bbab30293..fa25236e093238bc791256fd3d479fa0a7ee0cb6 100644
--- a/sky/tools/webkitpy/tool/commands/rebaseline.py
+++ b/sky/tools/webkitpy/tool/commands/rebaseline.py
@@ -925,7 +925,7 @@ class RebaselineOMatic(AbstractDeclarativeCommand):
try:
old_branch_name = self._tool.scm().current_branch()
self._run_logged_command(['git', 'pull'])
- rebaseline_command = [self._tool.filesystem.join(self._tool.scm().checkout_root, 'Tools', 'Scripts', 'webkit-patch'), 'auto-rebaseline']
+ rebaseline_command = [self._tool.filesystem.join(self._tool.scm().checkout_root, 'tools', 'webkit-patch'), 'auto-rebaseline']
if self._verbose:
rebaseline_command.append('--verbose')
self._run_logged_command(rebaseline_command)
« no previous file with comments | « sky/tools/webkitpy/tool/commands/commitannouncer.py ('k') | sky/tools/webkitpy/tool/commands/rebaseline_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698