Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: presubmit_support.py

Issue 3613007: Add a note warning the users that presubmit hooks will be run. (Closed)
Patch Set: move the print to inner function and update tests Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/presubmit_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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())
« no previous file with comments | « no previous file | tests/presubmit_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698