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

Unified Diff: build/android/device_status_check.py

Issue 11817033: Move android buildbot steps into buildbot dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/buildbot/bb_tests.py ('k') | build/android/pylib/gtest/gtest_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/device_status_check.py
diff --git a/build/android/device_status_check.py b/build/android/device_status_check.py
index 8ae1377e5bd62d254cdfd3fe0230f9db5580edc9..2aa4d73c9caa8641a9259926904c8bf9fa21db88 100755
--- a/build/android/device_status_check.py
+++ b/build/android/device_status_check.py
@@ -162,7 +162,6 @@ def main():
options, args = parser.parse_args()
if args:
parser.error('Unknown options %s' % args)
- buildbot_report.PrintNamedStep('Device Status Check')
devices = android_commands.GetAttachedDevices()
types, builds, reports, errors = [], [], [], []
if devices:
« no previous file with comments | « build/android/buildbot/bb_tests.py ('k') | build/android/pylib/gtest/gtest_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698