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

Unified Diff: sky/tools/webkitpy/test/main_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/test/main.py ('k') | sky/tools/webkitpy/test/runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/test/main_unittest.py
diff --git a/sky/tools/webkitpy/test/main_unittest.py b/sky/tools/webkitpy/test/main_unittest.py
index d9f0261236a188d12693a38082fd30e78e7a8cfe..278fbeaaccd660c6013f0234f461cef2b71e5b5d 100644
--- a/sky/tools/webkitpy/test/main_unittest.py
+++ b/sky/tools/webkitpy/test/main_unittest.py
@@ -79,7 +79,7 @@ class TesterTest(unittest.TestCase):
def test_coverage_works(self):
# This is awkward; by design, running test-webkitpy -c will
- # create a .coverage file in Tools/Scripts, so we need to be
+ # create a .coverage file in tools, so we need to be
# careful not to clobber an existing one, and to clean up.
# FIXME: This design needs to change since it means we can't actually
# run this method itself under coverage properly.
« no previous file with comments | « sky/tools/webkitpy/test/main.py ('k') | sky/tools/webkitpy/test/runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698