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

Unified Diff: presubmit_canned_checks.py

Issue 99453003: Print test duration in verbose mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 7 years 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 | presubmit_support.py » ('j') | presubmit_support.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: presubmit_canned_checks.py
diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
index 816c7840a4b2bbd290b902853788220337bb9ded..03e3d55f27478b97608df6e2aee2ff96ce5bc3df 100644
--- a/presubmit_canned_checks.py
+++ b/presubmit_canned_checks.py
@@ -538,7 +538,6 @@ def GetUnitTests(input_api, output_api, unit_tests):
cmd = [input_api.python_executable]
cmd.append(unit_test)
if input_api.verbose:
- print('Running %s' % unit_test)
cmd.append('--verbose')
results.append(input_api.Command(
name=unit_test,
« no previous file with comments | « no previous file | presubmit_support.py » ('j') | presubmit_support.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698