| Index: tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| diff --git a/tools/perf/benchmarks/benchmark_smoke_unittest.py b/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| index 7d17e750fc4b178d118db429dc5d7843551fa051..e0a5767827603392be32545c62a54b0417a4442c 100644
|
| --- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| +++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| @@ -60,7 +60,7 @@ def SmokeTestGenerator(benchmark):
|
|
|
| # Set the benchmark's default arguments.
|
| options = options_for_unittests.GetCopy()
|
| - options.output_format = 'none'
|
| + options.output_formats = ['none']
|
| parser = options.CreateParser()
|
|
|
| benchmark.AddCommandLineArgs(parser)
|
|
|