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

Unified Diff: build/android/buildbot/bb_tests.py

Issue 11827025: Always run device_status_check in android bb_tests (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 | « 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/buildbot/bb_tests.py
diff --git a/build/android/buildbot/bb_tests.py b/build/android/buildbot/bb_tests.py
index 5499215b05718a760c21cbc7797c1469020cb05c..a850afff39b47434b0ca77ffc952cd5c33c84236 100755
--- a/build/android/buildbot/bb_tests.py
+++ b/build/android/buildbot/bb_tests.py
@@ -153,6 +153,9 @@ def RunWebkitLayoutTests(options):
def MainTestWrapper(options):
+ # Device check and alert emails
+ RunCmd(['build/android/device_status_check.py'], flunk_on_failure=False)
+
if options.install:
test_obj = INSTRUMENTATION_TESTS[options.install]
InstallApk(test_obj.apk, test_obj.apk_package, options.target)
@@ -160,9 +163,6 @@ def MainTestWrapper(options):
if not options.test_filter:
return
- # Device check and alert emails
- RunCmd(['build/android/device_status_check.py'], flunk_on_failure=False)
-
# Spawn logcat monitor
logcat_dir = os.path.join(CHROME_SRC, 'out/logcat')
shutil.rmtree(logcat_dir, ignore_errors=True)
« 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