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

Unified Diff: dashboard/dashboard/pinpoint/models/quest_generator.py

Issue 2995163002: Pinpoint - Need to supply --output-format=chartjson (Closed)
Patch Set: Created 3 years, 4 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 | dashboard/dashboard/pinpoint/models/quest_generator_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/models/quest_generator.py
diff --git a/dashboard/dashboard/pinpoint/models/quest_generator.py b/dashboard/dashboard/pinpoint/models/quest_generator.py
index a6db82e8c942790e64b5f8799ae72377e0740ace..16c00a3e1b1aa819bd777744a0abb4799e41325f 100644
--- a/dashboard/dashboard/pinpoint/models/quest_generator.py
+++ b/dashboard/dashboard/pinpoint/models/quest_generator.py
@@ -96,7 +96,7 @@ class TelemetryQuestGenerator(object):
arguments += ('--browser', self.browser)
- arguments += ('-v', '--upload-results', '--output-format', 'chartjson')
+ arguments += ('-v', '--upload-results', '--output-format=chartjson')
arguments += (
'--isolated-script-test-output', '${ISOLATED_OUTDIR}/output.json',
'--isolated-script-test-chartjson-output',
« no previous file with comments | « no previous file | dashboard/dashboard/pinpoint/models/quest_generator_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698