Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(529)

Unified Diff: build/android/buildbot_functions.sh

Issue 10827121: Android: fix instrumentation step title. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot_functions.sh
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
index 37b0cb0c7adaa0585675e0b5435e997f28f8c55e..d493ff26cee2d4171b136d10968bdd2d50de3d27 100755
--- a/build/android/buildbot_functions.sh
+++ b/build/android/buildbot_functions.sh
@@ -268,7 +268,8 @@ function bb_run_content_shell_test {
function bb_run_instrumentation_test {
local TEST_APK=${1}
local EXTRA_FLAGS=${2}
- echo "@@@BUILD_STEP Android Instrumentation ${TEST_APK} ${EXTRA_FLAGS} "\
+ local APK_NAME=$(basename ${TEST_APK})
+ echo "@@@BUILD_STEP Android Instrumentation ${APK_NAME} ${EXTRA_FLAGS} "\
"on actual hardware@@@"
local INSTRUMENTATION_FLAGS="-vvv"
INSTRUMENTATION_FLAGS+=" --test-apk ${TEST_APK}"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698