| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index b71f805cb136af0d447443c62d50ba02fd10f187..52de8fd9c80ed2c546585aedf79b94fe5c2f7a7d 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -1026,8 +1026,7 @@ def main():
|
| logging.exception('Error occurred.')
|
| if e.is_infra_error:
|
| return constants.INFRA_EXIT_CODE
|
| - else:
|
| - return constants.ERROR_EXIT_CODE
|
| + return constants.ERROR_EXIT_CODE
|
| except: # pylint: disable=W0702
|
| logging.exception('Unrecognized error occurred.')
|
| return constants.ERROR_EXIT_CODE
|
|
|