Index: build/android/run_tests.py |
diff --git a/build/android/run_tests.py b/build/android/run_tests.py |
index f8aeb87a21bd7424b06a64e3a51763fb3677562c..928bc2fac4855ef518e737e9ca7a7e0b0b90e2a7 100755 |
--- a/build/android/run_tests.py |
+++ b/build/android/run_tests.py |
@@ -328,6 +328,8 @@ def _RunATestSuite(options): |
if not attached_devices: |
logging.critical('A device must be attached and online.') |
+ if options.annotate: |
+ print '@@@STEP_FAILURE@@@' |
return 1 |
if (len(attached_devices) > 1 and options.test_suite and |