Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: build/android/run_tests.py

Issue 9989001: Don't show failure of the last succeeded test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698