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

Unified Diff: sky/tools/webkitpy/layout_tests/port/mock_drt.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/layout_tests/port/mock_drt.py
diff --git a/sky/tools/webkitpy/layout_tests/port/mock_drt.py b/sky/tools/webkitpy/layout_tests/port/mock_drt.py
index d6c1bc0beb9fe25269fcf9f2ae478f7582c833b7..2fdd6a7571eebe227267a5352ffed5b5d99a0e08 100644
--- a/sky/tools/webkitpy/layout_tests/port/mock_drt.py
+++ b/sky/tools/webkitpy/layout_tests/port/mock_drt.py
@@ -44,7 +44,7 @@ import sys
import types
# Since we execute this script directly as part of the unit tests, we need to ensure
-# that Tools/Scripts is in sys.path for the next imports to work correctly.
+# that tools is in sys.path for the next imports to work correctly.
script_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
if script_dir not in sys.path:
sys.path.append(script_dir)
« no previous file with comments | « sky/tools/webkitpy/layout_tests/bisect_test_ordering.py ('k') | sky/tools/webkitpy/layout_tests/servers/pywebsocket.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698