| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index abfe001ac3b31c05d7cecfedb0e8c264e30d35a6..8c16d2a1360017c39c5a48e7f817eb2ca0b902c9 100755
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -37,7 +37,9 @@ def CommonChecks(input_api, output_api):
|
| results = []
|
|
|
| results.extend(input_api.canned_checks.PanProjectChecks(
|
| - input_api, output_api, license_header=header(input_api)))
|
| + input_api, output_api, license_header=header(input_api),
|
| + excluded_paths=['bootstrap/virtualenv/*']
|
| + ))
|
|
|
| results.extend(input_api.RunTests(
|
| tests('recipe_engine', 'unittests') +
|
|
|