Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index 944f10e7c5eaac2edf81c989794e2bb3e2cff004..1fcf5a17776e583d2cda37bdddfbd19579274ecf 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -126,6 +126,13 @@ def CommonChecks(input_api, output_api): |
| path, |
| whitelist)) |
| + tests.extend(input_api.canned_checks.GetUnitTestsInDirectory( |
| + input_api, |
| + output_api, |
| + input_api.os_path.join( |
| + 'slave', 'tests'), |
|
dsansome
2016/10/12 03:54:04
I'd put this on the line above
ddoman1
2016/10/12 20:08:17
Done.
|
| + whitelist)) |
| + |
| with pythonpath(infra_path + sys.path): |
| import common.master_cfg_utils # pylint: disable=F0401 |
| # Fetch recipe dependencies once in serial so that we don't hit a race |