Commit c910d6b0 authored by ilevy@chromium.org's avatar ilevy@chromium.org

Make device_status_check run only be testers

- moving check to bb_run_tests so VM builders don't bother
  running it

R=yfriedman@chromium.org
BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10832020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148460 0039d316-1c4b-4281-b951-d872f2087c98
parent 8da1a315
...@@ -127,8 +127,6 @@ function bb_baseline_setup { ...@@ -127,8 +127,6 @@ function bb_baseline_setup {
# Should be called only after envsetup is done. # Should be called only after envsetup is done.
bb_run_gclient_hooks bb_run_gclient_hooks
python build/android/device_status_check.py
} }
...@@ -251,6 +249,7 @@ function bb_run_tests_emulator { ...@@ -251,6 +249,7 @@ function bb_run_tests_emulator {
# Run tests on an actual device. (Better have one plugged in!) # Run tests on an actual device. (Better have one plugged in!)
function bb_run_tests { function bb_run_tests {
python build/android/device_status_check.py
echo "@@@BUILD_STEP Run Tests on actual hardware@@@" echo "@@@BUILD_STEP Run Tests on actual hardware@@@"
build/android/run_tests.py --xvfb --verbose build/android/run_tests.py --xvfb --verbose
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment