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