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}" |