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

Unified Diff: build/android/buildbot_functions.sh

Issue 10832020: Make device_status_check run only be testers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « 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_functions.sh
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
index 6a4e13f25040b363ec379555f5ffd2499a3f0643..0099983db294d667e921f2f2216d8450cae64ab4 100755
--- a/build/android/buildbot_functions.sh
+++ b/build/android/buildbot_functions.sh
@@ -127,8 +127,6 @@ function bb_baseline_setup {
# Should be called only after envsetup is done.
bb_run_gclient_hooks
-
- python build/android/device_status_check.py
}
@@ -251,6 +249,7 @@ function bb_run_tests_emulator {
# Run tests on an actual device. (Better have one plugged in!)
function bb_run_tests {
+ python build/android/device_status_check.py
echo "@@@BUILD_STEP Run Tests on actual hardware@@@"
build/android/run_tests.py --xvfb --verbose
}
« 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