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

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

Issue 196413027: Point to build requirements page when there is a dependency check failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/base.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
index ec0853a26c1d22071f62cd8cc45b1aea60684025..e19d1e0f58cbb1f2fb765aa168ebf1b38b7fbc6c 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -383,6 +383,10 @@ class Port(object):
_log.error('To override, invoke with --nocheck-sys-deps')
_log.error('')
_log.error(output)
+ if self.host.platform.is_linux():
+ _log.error('')
+ _log.error('For complete Linux build requirements, please see:')
+ _log.error('https://code.google.com/p/chromium/wiki/LayoutTestsLinux')
Dirk Pranke 2014/03/20 18:17:58 First, this is probably the wrong URL to link to;
Peter Beverloo 2014/03/20 18:34:40 install-build-deps.sh indeed includes all the pack
return test_run_results.SYS_DEPS_EXIT_STATUS
return test_run_results.OK_EXIT_STATUS
« 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