Chromium Code Reviews| 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 |