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

Unified Diff: sky/tools/webkitpy/test/runner.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
« no previous file with comments | « sky/tools/webkitpy/test/main_unittest.py ('k') | sky/tools/webkitpy/tool/commands/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/test/runner.py
diff --git a/sky/tools/webkitpy/test/runner.py b/sky/tools/webkitpy/test/runner.py
index 5a7927ce8063e8446f87245a328b8d8292df1992..e45e44bdecb7a4ba4a67433a19697db23cc3ea16 100644
--- a/sky/tools/webkitpy/test/runner.py
+++ b/sky/tools/webkitpy/test/runner.py
@@ -73,7 +73,7 @@ class _Worker(object):
self._loader = loader
# FIXME: coverage needs to be in sys.path for its internal imports to work.
- thirdparty_path = webkit_finder.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'thirdparty')
+ thirdparty_path = webkit_finder.path_from_webkit_base('tools', 'webkitpy', 'thirdparty')
if not thirdparty_path in sys.path:
sys.path.append(thirdparty_path)
« no previous file with comments | « sky/tools/webkitpy/test/main_unittest.py ('k') | sky/tools/webkitpy/tool/commands/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698