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

Unified Diff: tools/telemetry/telemetry/benchmark_run_unittest.py

Issue 1114343003: [Telemetry] Set dummy variable regex in tools/telemetry and tools/perf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: freshen CL Created 5 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
« no previous file with comments | « tools/telemetry/pylintrc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/benchmark_run_unittest.py
diff --git a/tools/telemetry/telemetry/benchmark_run_unittest.py b/tools/telemetry/telemetry/benchmark_run_unittest.py
index c1d84cbe4e561cdcde8ed809aabe547bf633951f..4913bffd6b634f4807210ca649197cd42553bf06 100644
--- a/tools/telemetry/telemetry/benchmark_run_unittest.py
+++ b/tools/telemetry/telemetry/benchmark_run_unittest.py
@@ -82,7 +82,7 @@ class BenchmarkRunTest(unittest.TestCase):
parser = finder_options.CreateParser()
benchmark_module.AddCommandLineArgs(parser)
benchmarkclass.AddCommandLineArgs(parser)
- options, dummy_args = parser.parse_args([])
+ options, unused_args = parser.parse_args([])
benchmark_module.ProcessCommandLineArgs(parser, options)
benchmarkclass.ProcessCommandLineArgs(parser, options)
benchmark = benchmarkclass()
« no previous file with comments | « tools/telemetry/pylintrc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698