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

Unified Diff: presubmit_canned_checks.py

Issue 6813114: Add --verbose flag when input_api.verbose is set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 8 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_canned_checks.py
diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
index f75d297ba3b7df29a61dea8095e09cfcf5a4bbb3..7a8d98dca4b9b8edeb61880b65a03497184ec544 100644
--- a/presubmit_canned_checks.py
+++ b/presubmit_canned_checks.py
@@ -456,6 +456,7 @@ def RunUnitTests(input_api, output_api, unit_tests):
cmd.append(unit_test)
if input_api.verbose:
print('Running %s' % unit_test)
+ cmd.append('--verbose')
try:
if input_api.verbose:
input_api.subprocess.check_call(cmd, cwd=input_api.PresubmitLocalPath())
« 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