Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index f75b8e11ec2fcf103e4fa4fd68391dd1723f8193..228b6bb0062c65f7867c50ff70b264c53d82eb39 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -15,8 +15,7 @@ def CommonChecks(input_api, output_api, tests_to_black_list): |
| black_list = list(input_api.DEFAULT_BLACK_LIST) + [ |
| r'^cpplint\.py$', |
| r'^cpplint_chromium\.py$', |
| - r'^python275_bin[\/\\].+', |
| - r'^python_bin[\/\\].+', |
| + r'^python.*_bin[\/\\].+', |
|
Isaac (away)
2013/12/11 19:05:15
multiple .*'s considered harmful. is this always
Daniel Bratell
2013/12/12 08:21:58
I don't know anything except that people obviously
|
| r'^site-packages-py[0-9]\.[0-9][\/\\].+', |
| r'^svn_bin[\/\\].+', |
| r'^testing_support[\/\\]_rietveld[\/\\].+'] |