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

Unified Diff: tools/telemetry/telemetry/unittest/page_test_test_case.py

Issue 574593002: Add support for multiple output formatters for telemetry results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move output_stream creation Created 6 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 | « tools/telemetry/telemetry/results/results_options.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/unittest/page_test_test_case.py
diff --git a/tools/telemetry/telemetry/unittest/page_test_test_case.py b/tools/telemetry/telemetry/unittest/page_test_test_case.py
index c89f31f48a6cba85b258d2104987ec4f43775e5f..9b616945b584cfa96ef8c9c35547c4fb3cdfc59f 100644
--- a/tools/telemetry/telemetry/unittest/page_test_test_case.py
+++ b/tools/telemetry/telemetry/unittest/page_test_test_case.py
@@ -67,7 +67,7 @@ class PageTestTestCase(unittest.TestCase):
measurement.CustomizeBrowserOptions(options.browser_options)
options.output_file = None
- options.output_format = 'none'
+ options.output_formats = ['none']
options.suppress_gtest_report = True
options.output_trace_tag = None
page_runner.ProcessCommandLineArgs(temp_parser, options)
« no previous file with comments | « tools/telemetry/telemetry/results/results_options.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698