| Index: build/android/pylib/gtest/gtest_test_instance.py
|
| diff --git a/build/android/pylib/gtest/gtest_test_instance.py b/build/android/pylib/gtest/gtest_test_instance.py
|
| index df285fbe5b62f89a5493268b0785840b95903c2c..26288be6ecb1a052ca0d272ee15983c95b750ee4 100644
|
| --- a/build/android/pylib/gtest/gtest_test_instance.py
|
| +++ b/build/android/pylib/gtest/gtest_test_instance.py
|
| @@ -143,7 +143,6 @@ def ParseGTestOutput(output):
|
| duration, log=('\n'.join(log) if log else '')))
|
|
|
| for l in output:
|
| - logging.info(l)
|
| matcher = _RE_TEST_STATUS.match(l)
|
| if matcher:
|
| if matcher.group(1) == 'RUN':
|
|
|