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

Unified Diff: build/android/pylib/utils/report_results.py

Issue 18323020: Updates the test runner script exit codes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Python dispatch issues in test_runner.py Created 7 years, 5 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/pylib/uiautomator/dispatch.py ('k') | build/android/run_monkey_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/utils/report_results.py
diff --git a/build/android/pylib/utils/report_results.py b/build/android/pylib/utils/report_results.py
index 83b80de132b53fa1996af8cb91512fd49e1bb86b..84bbb4dfe077c0e88f3f4094d4ed4c1239af325c 100644
--- a/build/android/pylib/utils/report_results.py
+++ b/build/android/pylib/utils/report_results.py
@@ -110,11 +110,3 @@ def LogFull(results, test_type, test_package, annotation=None,
if flakiness_server:
_LogToFlakinessDashboard(results, test_type, test_package,
flakiness_server)
-
-
-def PrintAnnotation(results):
- """Print buildbot annotations for test results."""
- if not results.DidRunPass():
- buildbot_report.PrintError()
- else:
- print 'Step success!' # No annotation needed
« no previous file with comments | « build/android/pylib/uiautomator/dispatch.py ('k') | build/android/run_monkey_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698