| Index: tools/perf/measurements/measurement_unittest.py
|
| diff --git a/tools/perf/measurements/measurement_unittest.py b/tools/perf/measurements/measurement_unittest.py
|
| index 28610c3be27e32cb058860ed22eafc0946012142..2fcb2b46263cf7d4843f279b7c19463423b83965 100644
|
| --- a/tools/perf/measurements/measurement_unittest.py
|
| +++ b/tools/perf/measurements/measurement_unittest.py
|
| @@ -56,4 +56,5 @@ class MeasurementUnitTest(unittest.TestCase):
|
| logging.info('running: %s', benchmark)
|
| options = options_for_unittests.GetCopy()
|
| options.output_format = 'none'
|
| - self.assertEqual(0, SinglePageBenchmark().Run(options))
|
| + self.assertEqual(0, SinglePageBenchmark().Run(options),
|
| + msg='Failed: %s' % benchmark)
|
|
|