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

Unified Diff: sky/tools/webkitpy/common/system/executive_unittest.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/common/config/orderfile ('k') | sky/tools/webkitpy/common/system/filesystem_mock.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/common/system/executive_unittest.py
diff --git a/sky/tools/webkitpy/common/system/executive_unittest.py b/sky/tools/webkitpy/common/system/executive_unittest.py
index 304dc873c7490ace9c5506c1400f163fecac97a5..50aa8ab5894e5dff0f3bcf601b0953deda9b4eaa 100644
--- a/sky/tools/webkitpy/common/system/executive_unittest.py
+++ b/sky/tools/webkitpy/common/system/executive_unittest.py
@@ -36,7 +36,7 @@ import time
import unittest
# Since we execute this script directly as part of the unit tests, we need to ensure
-# that Tools/Scripts and Tools/Scripts/thirdparty are in sys.path for the next imports to work correctly.
+# that tools and tools/thirdparty are 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/common/config/orderfile ('k') | sky/tools/webkitpy/common/system/filesystem_mock.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698