| Index: tools/testrunner/local/execution.py
|
| diff --git a/tools/testrunner/local/execution.py b/tools/testrunner/local/execution.py
|
| index fd23dff30798f4c30944cc314c9d2f23e0af206d..2b2f876d24f06a421853e41d24f2ab1be6d5acca 100644
|
| --- a/tools/testrunner/local/execution.py
|
| +++ b/tools/testrunner/local/execution.py
|
| @@ -77,7 +77,7 @@
|
|
|
| def _CommonInit(self, num_tests, progress_indicator, context):
|
| self.indicator = progress_indicator
|
| - progress_indicator.SetRunner(self)
|
| + progress_indicator.runner = self
|
| self.context = context
|
| self.succeeded = 0
|
| self.total = num_tests
|
|
|