Chromium Code Reviews| Index: presubmit_support.py |
| diff --git a/presubmit_support.py b/presubmit_support.py |
| index 1a84b59ca1de1f2879fac35bc5c1ab74d3a85aa3..5ac38ac3c6c2c3d721c4870aa37871bac9f783d6 100755 |
| --- a/presubmit_support.py |
| +++ b/presubmit_support.py |
| @@ -1075,7 +1075,7 @@ def DoPresubmitChecks(change, |
| presubmit_files = ListRelevantPresubmitFiles( |
| change.AbsoluteLocalPaths(True), change.RepositoryRoot()) |
| if not presubmit_files and verbose: |
| - output.write("Warning, no presubmit.py found.\n") |
| + output.write("Warning, no PRESUBMIT.py found.\n") |
|
M-A Ruel
2011/09/15 18:34:37
presubmit.py felt odd.
|
| results = [] |
| executer = PresubmitExecuter(change, committing, rietveld_obj, verbose) |
| if default_presubmit: |