| Index: ios/build/bots/scripts/test_runner_test.py
|
| diff --git a/ios/build/bots/scripts/test_runner_test.py b/ios/build/bots/scripts/test_runner_test.py
|
| index 0d7c8b1d64f4f60eef93cb1e39eb5d9beffa281b..a9eef71775f7ab69c3d20de74413a3b6106fe099 100755
|
| --- a/ios/build/bots/scripts/test_runner_test.py
|
| +++ b/ios/build/bots/scripts/test_runner_test.py
|
| @@ -282,7 +282,7 @@ class SimulatorTestRunnerTest(TestCase):
|
| 'out-dir',
|
| )
|
| tr.launch()
|
| - self.failUnless(tr.summary['logs'])
|
| + self.failUnless(tr.logs)
|
|
|
|
|
| if __name__ == '__main__':
|
|
|