diff options
author | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 01:09:32 +0000 |
---|---|---|
committer | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 01:09:32 +0000 |
commit | b1409cc1c633782071b50a5191c9622258044253 (patch) | |
tree | c9f3298d568fc55e13f13a694303371373ff9a3e /build | |
parent | 81ce12d92765d8c5bfe4cc503bd5d9b7888f3708 (diff) | |
download | chromium_src-b1409cc1c633782071b50a5191c9622258044253.zip chromium_src-b1409cc1c633782071b50a5191c9622258044253.tar.gz chromium_src-b1409cc1c633782071b50a5191c9622258044253.tar.bz2 |
Android bots: Run unit tests before running content shell tests.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10831107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/android/buildbot_fyi.sh | 2 | ||||
-rwxr-xr-x | build/android/buildbot_fyi_tester.sh | 2 | ||||
-rwxr-xr-x | build/android/buildbot_try_compile_test.sh | 2 | ||||
-rwxr-xr-x | build/android/buildbot_try_tester.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/build/android/buildbot_fyi.sh b/build/android/buildbot_fyi.sh index 10d1ebc..4909c54 100755 --- a/build/android/buildbot_fyi.sh +++ b/build/android/buildbot_fyi.sh @@ -16,5 +16,5 @@ bb_baseline_setup "$BB_SRC_ROOT" "$@" bb_install_build_deps "$BB_SRC_ROOT" bb_compile bb_compile_experimental -bb_run_content_shell_test bb_run_tests +bb_run_content_shell_test diff --git a/build/android/buildbot_fyi_tester.sh b/build/android/buildbot_fyi_tester.sh index d44b0b6..4adb077 100755 --- a/build/android/buildbot_fyi_tester.sh +++ b/build/android/buildbot_fyi_tester.sh @@ -15,6 +15,6 @@ BB_SRC_ROOT="$(cd "$(dirname $0)/../.."; pwd)" bb_baseline_setup "$BB_SRC_ROOT" "$@" bb_install_build_deps "$BB_SRC_ROOT" bb_extract_build -bb_run_content_shell_test bb_run_tests +bb_run_content_shell_test bb_run_content_shell_instrumentation_test diff --git a/build/android/buildbot_try_compile_test.sh b/build/android/buildbot_try_compile_test.sh index 4ae6157..6898a35 100755 --- a/build/android/buildbot_try_compile_test.sh +++ b/build/android/buildbot_try_compile_test.sh @@ -15,5 +15,5 @@ ROOT=$(cd "$(dirname $0)"; pwd) bb_baseline_setup "${ROOT}"/../.. bb_install_build_deps "${ROOT}"/../.. bb_compile -bb_run_content_shell_test bb_run_tests +bb_run_content_shell_test diff --git a/build/android/buildbot_try_tester.sh b/build/android/buildbot_try_tester.sh index 9c81d0b..fbcbe87 100755 --- a/build/android/buildbot_try_tester.sh +++ b/build/android/buildbot_try_tester.sh @@ -15,5 +15,5 @@ BB_SRC_ROOT="$(cd "$(dirname $0)/../.."; pwd)" bb_baseline_setup "$BB_SRC_ROOT" "$@" bb_install_build_deps "$BB_SRC_ROOT" bb_extract_build -bb_run_content_shell_test bb_run_tests +bb_run_content_shell_test |