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

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..e259ed56d73b3f15832604d2398e53ec3bf4def2 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 sys.platform.startswith('linux'):
Peter Beverloo 2014/03/20 15:09:12 self.host.platform.is_linux()
mlamouri (slow - plz ping) 2014/03/20 17:21:01 Done.
+ _log.error('')
+ _log.error('Did you install the dependencies listed here?')
Peter Beverloo 2014/03/20 15:09:12 Please phrase this as a statement instead. To be c
mlamouri (slow - plz ping) 2014/03/20 17:21:01 Done.
+ _log.error('https://code.google.com/p/chromium/wiki/LayoutTestsLinux')
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