Index: build/android/buildbot_functions.sh |
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh |
index 309fbbff072c1351d9330810ae3b847afa8485f7..2f64af23e2e2843bae1ac339a2095bad1542759e 100755 |
--- a/build/android/buildbot_functions.sh |
+++ b/build/android/buildbot_functions.sh |
@@ -265,6 +265,7 @@ function bb_run_content_shell_test { |
function bb_run_content_shell_instrumentation_test { |
echo "@@@BUILD_STEP Run content shell instrumentation test on actual "\ |
"hardware@@@" |
+ build/android/adb_install_content_shell |
build/android/run_instrumentation_tests.py -I \ |
--test-apk content_shell_test/ContentShellTest-debug -vvv |
} |