| Index: tools/telemetry/telemetry/benchmark.py
|
| diff --git a/tools/telemetry/telemetry/benchmark.py b/tools/telemetry/telemetry/benchmark.py
|
| index 6300ee65992f80643d38f232fc9bcaf5b9ae0785..47477a35522dc4d1367f2e002041aba427a3cc61 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."""
|
|
|