summaryrefslogtreecommitdiff
path: root/automated/android/bionic-benchmarks/bionic-benchmarks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android/bionic-benchmarks/bionic-benchmarks.sh')
-rwxr-xr-xautomated/android/bionic-benchmarks/bionic-benchmarks.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/android/bionic-benchmarks/bionic-benchmarks.sh b/automated/android/bionic-benchmarks/bionic-benchmarks.sh
index ae6a618..babe3df 100755
--- a/automated/android/bionic-benchmarks/bionic-benchmarks.sh
+++ b/automated/android/bionic-benchmarks/bionic-benchmarks.sh
@@ -66,8 +66,8 @@ initialize_adb
wait_boot_completed "${TIMEOUT}"
adb_push "./device-script.sh" "/data/local/tmp/"
-info_msg "About to run bionic-benchmarks on device ${SN}"
-adb -s "${SN}" shell /data/local/tmp/device-script.sh "${LOOPS}" 2>&1 \
+info_msg "About to run bionic-benchmarks on device ${ANDROID_SERIAL}"
+adb shell /data/local/tmp/device-script.sh "${LOOPS}" 2>&1 \
| tee "${HOST_OUTPUT}"/device-run.log
adb_pull "${DEVICE_OUTPUT}" "${HOST_OUTPUT}"