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

Unified Diff: tools/telemetry/telemetry/testing/run_tests.py

Issue 1318003007: [Telemetry] Set telemetry's run_test verbosity to 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/telemetry/telemetry/testing/run_tests.py
diff --git a/tools/telemetry/telemetry/testing/run_tests.py b/tools/telemetry/telemetry/testing/run_tests.py
index 22869be39f19e10dc522a065f7931ac75e28adef..0575c2af80a3452d7e958f35d8d46e68e91d4a1c 100644
--- a/tools/telemetry/telemetry/testing/run_tests.py
+++ b/tools/telemetry/telemetry/testing/run_tests.py
@@ -131,7 +131,7 @@ class RunTestsCommand(command_line.OptparseCommand):
# Always print out these info for the ease of debugging.
runner.args.timing = True
- runner.args.verbose = 2
+ runner.args.verbose = 3
runner.classifier = GetClassifier(args, possible_browser)
runner.context = args
« 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