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

Unified Diff: tools/telemetry/telemetry/page/profile_generator.py

Issue 651383002: Replace page_runner.py --output (and -o) flag with --output-dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: tools/telemetry/telemetry/page/profile_generator.py
diff --git a/tools/telemetry/telemetry/page/profile_generator.py b/tools/telemetry/telemetry/page/profile_generator.py
index 66e3e3ab8001723807fce3e2bd92f0bd734636c2..8a253f74e1893c9fa7287584b51637c4765c42fc 100644
--- a/tools/telemetry/telemetry/page/profile_generator.py
+++ b/tools/telemetry/telemetry/page/profile_generator.py
@@ -110,9 +110,6 @@ def AddCommandLineArgs(parser):
default=None,
help='Type of profile to generate. '
'Supported values: %s' % legal_profile_creators)
- group.add_option('--output-dir',
- dest='output_dir',
- help='Generated profile is placed in this directory.')
parser.add_option_group(group)
« no previous file with comments | « tools/telemetry/telemetry/page/page_runner_unittest.py ('k') | tools/telemetry/telemetry/results/results_options.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698