diff options
author | jrg@google.com <jrg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-30 22:52:38 +0000 |
---|---|---|
committer | jrg@google.com <jrg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-30 22:52:38 +0000 |
commit | 575fa1300dda6702e22fbde9ba91c90579d51de0 (patch) | |
tree | 703711be5e28673c964f70066b5d9e7722942b67 /build | |
parent | d96dd2c384b32e76c42c4173cbbb0397d0000222 (diff) | |
download | chromium_src-575fa1300dda6702e22fbde9ba91c90579d51de0.zip chromium_src-575fa1300dda6702e22fbde9ba91c90579d51de0.tar.gz chromium_src-575fa1300dda6702e22fbde9ba91c90579d51de0.tar.bz2 |
Fix comment about non-emulator android tests.
Switch FYI bot to run non-emulator tests (see related CL to switch over).
BUG=None
TEST=
Review URL: https://chromiumcodereview.appspot.com/9223034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/android/buildbot_functions.sh | 2 | ||||
-rwxr-xr-x | build/android/buildbot_fyi.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh index 8b82ed5..17310ba 100755 --- a/build/android/buildbot_functions.sh +++ b/build/android/buildbot_functions.sh @@ -100,6 +100,6 @@ function bb_run_tests_emulator { # Run tests on an actual device. (Better have one plugged in!) function bb_run_tests { - echo "@@@BUILD_STEP Run Tests on an Emulator@@@" + echo "@@@BUILD_STEP Run Tests on actual hardware@@@" build/android/run_tests.py --xvfb --verbose } diff --git a/build/android/buildbot_fyi.sh b/build/android/buildbot_fyi.sh index a96f978..9667d1c 100755 --- a/build/android/buildbot_fyi.sh +++ b/build/android/buildbot_fyi.sh @@ -15,6 +15,6 @@ ROOT=$(cd "$(dirname $0)"; pwd) bb_baseline_setup "${ROOT}"/../.. bb_compile bb_compile_experimental -bb_run_tests_emulator +bb_run_tests |