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

Unified Diff: build/android/pylib/buildbot_report.py

Issue 10665012: Minor fixes to android device_status script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « build/android/device_status_check.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/buildbot_report.py
diff --git a/build/android/pylib/buildbot_report.py b/build/android/pylib/buildbot_report.py
index 1e549de391504e664b6b7e971cd26a72b288b8e6..fe3fcd638eaf328d9290ad72454eb4a4cbe55667 100644
--- a/build/android/pylib/buildbot_report.py
+++ b/build/android/pylib/buildbot_report.py
@@ -23,6 +23,15 @@ def PrintMsg(msg):
print '@@@STEP_TEXT@%s@@@' % msg
+def PrintSummaryText(msg):
+ """Appends |msg| to main build summary. Visible from waterfall.
+
+ Args:
+ msg: String to be appended.
+ """
+ print '@@@STEP_SUMMARY_TEXT@%s@@@' % msg
+
+
def PrintError():
"""Marks the current step as failed."""
print '@@@STEP_FAILURE@@@'
« no previous file with comments | « build/android/device_status_check.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698