Chromium Code Reviews| Index: build/android/run_tests.py |
| diff --git a/build/android/run_tests.py b/build/android/run_tests.py |
| index 82a19fa5adf623e7dc8f715441ce8edc5a865e5e..d2d063cc16ebeb3ab4a02fd4e6c089eb2d55838d 100755 |
| --- a/build/android/run_tests.py |
| +++ b/build/android/run_tests.py |
| @@ -370,6 +370,8 @@ def Dispatch(options): |
| if options.use_xvfb: |
| xvfb.Stop() |
| + if options.annotate: |
| + print '@@@BUILD_STEP Test Finished@@@' |
| return failures |