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

Unified Diff: build/android/buildbot_try_compile_test.sh

Issue 10837180: Added reboot phone step to android testers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved reboot to before tests Created 8 years, 4 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
Index: build/android/buildbot_try_compile_test.sh
diff --git a/build/android/buildbot_try_compile_test.sh b/build/android/buildbot_try_compile_test.sh
index b8d89a3d1b6134ba59606f74e0313f38744b0d81..f60bdf3acdb7fff087577b44fd36284cc7c3e30c 100755
--- a/build/android/buildbot_try_compile_test.sh
+++ b/build/android/buildbot_try_compile_test.sh
@@ -14,5 +14,6 @@ ROOT=$(cd "$(dirname $0)"; pwd)
bb_baseline_setup "${ROOT}"/../..
bb_compile
+bb_reboot_phones
bb_run_tests
bb_run_content_shell_instrumentation_test

Powered by Google App Engine
This is Rietveld 408576698