| Index: build/android/pylib/gtest/test_package.py
|
| diff --git a/build/android/pylib/gtest/test_package.py b/build/android/pylib/gtest/test_package.py
|
| index 5237ed29aebc1a347457dabd453cd6f70512da38..9ba7c1c6f67f52c0bf97902a36facac55e848af5 100644
|
| --- a/build/android/pylib/gtest/test_package.py
|
| +++ b/build/android/pylib/gtest/test_package.py
|
| @@ -155,8 +155,8 @@ class TestPackage(object):
|
| break
|
| else: # re_run
|
| full_test_name = p.match.group(1).replace('\r', '')
|
| - log = p.before.replace('\r', '')
|
| found = p.expect([re_ok, re_fail, re_crash], timeout=self.timeout)
|
| + log = p.before.replace('\r', '')
|
| if found == 0: # re_ok
|
| if full_test_name == p.match.group(1).replace('\r', ''):
|
| results.AddResult(base_test_result.BaseTestResult(
|
|
|