| Index: tools/testrunner/local/execution.py | 
| diff --git a/tools/testrunner/local/execution.py b/tools/testrunner/local/execution.py | 
| index 2b2f876d24f06a421853e41d24f2ab1be6d5acca..fd23dff30798f4c30944cc314c9d2f23e0af206d 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.runner = self | 
| +    progress_indicator.SetRunner(self) | 
| self.context = context | 
| self.succeeded = 0 | 
| self.total = num_tests | 
|  |