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
parent 81ce12d9
......@@ -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
......@@ -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
......@@ -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
......@@ -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
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