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

Unified Diff: dashboard/dashboard/pinpoint/models/quest_generator_test.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 | « dashboard/dashboard/pinpoint/models/quest_generator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/models/quest_generator_test.py
diff --git a/dashboard/dashboard/pinpoint/models/quest_generator_test.py b/dashboard/dashboard/pinpoint/models/quest_generator_test.py
index 082bce785d86b76ab6c0a62a2dae1ae089af7a23..4309ac9d2b85509d69dbdeca62de89a39ab01224 100644
--- a/dashboard/dashboard/pinpoint/models/quest_generator_test.py
+++ b/dashboard/dashboard/pinpoint/models/quest_generator_test.py
@@ -11,7 +11,7 @@ from dashboard.pinpoint.models import quest_generator
_RUN_TEST_ARGUMENTS = [
'benchmark_name', '--story-filter', 'story_name',
'--pageset-repeat', '10', '--browser', 'release',
- '-v', '--upload-results', '--output-format', 'chartjson',
+ '-v', '--upload-results', '--output-format=chartjson',
'--isolated-script-test-output', '${ISOLATED_OUTDIR}/output.json',
'--isolated-script-test-chartjson-output',
'${ISOLATED_OUTDIR}/chartjson-output.json',
« no previous file with comments | « dashboard/dashboard/pinpoint/models/quest_generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698