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

Unified Diff: tools/sharding_supervisor/sharding_supervisor.py

Issue 23454029: Make sharding_supervisor.py pass the --verbose flag on to run_test_cases.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/sharding_supervisor/sharding_supervisor.py
diff --git a/tools/sharding_supervisor/sharding_supervisor.py b/tools/sharding_supervisor/sharding_supervisor.py
index bcbcb843178222617e0c0ef34990050381670512..99670718a32952849aba9dc97857e8366cdd9852 100755
--- a/tools/sharding_supervisor/sharding_supervisor.py
+++ b/tools/sharding_supervisor/sharding_supervisor.py
@@ -20,7 +20,7 @@ def pop_known_arguments(args):
for arg in args:
if arg.startswith(('--gtest_filter=', '--gtest_output=', '--clusters=')):
run_test_cases_extra_args.append(arg)
- elif arg == '--run-manual':
+ elif arg in ('--run-manual', '--verbose'):
run_test_cases_extra_args.append(arg)
elif arg == '--gtest_print_time':
# Ignore.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698