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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/win.py

Issue 191973002: Do not suggest all_webkit to users. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/win.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/win.py b/Tools/Scripts/webkitpy/layout_tests/port/win.py
index 13f46fefa7571a5aa3255bbff6fadfca53e6236c..a5db00256b599afee93a30e675d3e62111669147 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/win.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/win.py
@@ -248,7 +248,7 @@ class WinPort(base.Port):
result = self._check_file_exists(self._path_to_crash_service(), "content_shell_crash_service.exe")
if not result:
_log.error(" Could not find crash service, unexpected crashes won't be symbolized.")
- _log.error(' Did you build the target all_webkit?')
+ _log.error(' Did you build the target blink_tests?')
_log.error('')
return result
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698