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

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

Issue 390233002: Kill AddError/AddErrorMessage from PageTestResults. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/benchmark.py
diff --git a/tools/telemetry/telemetry/benchmark.py b/tools/telemetry/telemetry/benchmark.py
index eaf60096e48dc5e379ae1876dc86e3d00a96b2c1..f9bc39f152061b5445e1235bed0ecfe24122b026 100644
--- a/tools/telemetry/telemetry/benchmark.py
+++ b/tools/telemetry/telemetry/benchmark.py
@@ -86,7 +86,7 @@ class Benchmark(command_line.Command):
logging.warning(str(failure))
results.PrintSummary()
- return len(results.failures) + len(results.errors)
+ return len(results.failures)
def _DownloadGeneratedProfileArchive(self, options):
"""Download and extract profile directory archive if one exists."""

Powered by Google App Engine
This is Rietveld 408576698