| Index: presubmit_support.py
|
| diff --git a/presubmit_support.py b/presubmit_support.py
|
| index c03c3eabf35d736b2702e8afc3f8f3a0d340bd81..f6216432f76c282e90234426eb32aa2da32dfd97 100755
|
| --- a/presubmit_support.py
|
| +++ b/presubmit_support.py
|
| @@ -945,6 +945,7 @@ def DoPresubmitChecks(change,
|
| Return:
|
| True if execution can continue, False if not.
|
| """
|
| + print "Running presubmit hooks..."
|
| start_time = time.time()
|
| presubmit_files = ListRelevantPresubmitFiles(change.AbsoluteLocalPaths(True),
|
| change.RepositoryRoot())
|
|
|