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

Unified Diff: tools/perf/benchmarks/benchmark_unittest.py

Issue 440243002: Unittest for page_runner, etc. should suppress output from gtest_progress_reporter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | tools/telemetry/telemetry/page/page_measurement_unittest_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/benchmark_unittest.py
diff --git a/tools/perf/benchmarks/benchmark_unittest.py b/tools/perf/benchmarks/benchmark_unittest.py
index dc6697fa1c700682f1ae3acb0a5d0dba4e3a87cb..61aebdce18d93aad3b34ef2f7bcfa8a8cabf1cbc 100644
--- a/tools/perf/benchmarks/benchmark_unittest.py
+++ b/tools/perf/benchmarks/benchmark_unittest.py
@@ -40,6 +40,7 @@ def SmokeTestGenerator(benchmark):
# Set the benchmark's default arguments.
options = options_for_unittests.GetCopy()
options.output_format = 'none'
+ options.suppress_gtest_report = True
parser = options.CreateParser()
benchmark.AddCommandLineArgs(parser)
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/page_measurement_unittest_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698