summaryrefslogtreecommitdiff
path: root/automated/android/busybox/busybox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android/busybox/busybox.sh')
-rwxr-xr-xautomated/android/busybox/busybox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/android/busybox/busybox.sh b/automated/android/busybox/busybox.sh
index 30141da..b36600a 100755
--- a/automated/android/busybox/busybox.sh
+++ b/automated/android/busybox/busybox.sh
@@ -14,7 +14,7 @@ create_out_dir "${OUTPUT}"
adb_push "./device-script.sh" "/data/local/tmp/bin/"
-adb -s "${SN}" shell '/data/local/tmp/bin/device-script.sh 2>&1' \
+adb shell '/data/local/tmp/bin/device-script.sh 2>&1' \
| tee "${OUTPUT}/device-stdout.log"
adb_pull "/data/local/tmp/busybox/result.txt" "${OUTPUT}/"