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

Unified Diff: sky/tools/webkitpy/common/webkit_finder.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/common/webkit_finder.py
diff --git a/sky/tools/webkitpy/common/webkit_finder.py b/sky/tools/webkitpy/common/webkit_finder.py
index d20e330764bd6fa434759322e8f2a87850dda97e..b887584dfac2d1429707bea7a3111aa635d3d60e 100644
--- a/sky/tools/webkitpy/common/webkit_finder.py
+++ b/sky/tools/webkitpy/common/webkit_finder.py
@@ -48,7 +48,7 @@ class WebKitFinder(object):
# scm.find_checkout_root(). However, that code only works if the top
# of the SCM repository also matches the top of the WebKit tree. Some SVN users
# (the chromium test bots, for example), might only check out subdirectories like
- # Tools/Scripts. This code will also work if there is no SCM system at all.
+ # tools. This code will also work if there is no SCM system at all.
if not self._webkit_base:
self._webkit_base = self._webkit_base
module_path = self._filesystem.abspath(self._filesystem.path_to_module(self.__module__))
« no previous file with comments | « sky/tools/webkitpy/common/system/logutils_unittest.py ('k') | sky/tools/webkitpy/layout_tests/bisect_test_ordering.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698