summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/android/boottime/boottime.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/android/boottime/boottime.sh b/automated/android/boottime/boottime.sh
index 18b8d68..d0d8d24 100755
--- a/automated/android/boottime/boottime.sh
+++ b/automated/android/boottime/boottime.sh
@@ -36,7 +36,7 @@ install_deps 'curl tar xz-utils usbutils' "${SKIP_INSTALL}"
adb_push "./device-script.sh" "/data/local/tmp/"
info_msg "device-${ANDROID_SERIAL}: About to run boottime ${OPERATION} ${COLLECT_NO}..."
-adb shell "/data/local/tmp/device-script.sh ${OPERATION} ${COLLECT_NO}" \
+adb shell "sh -x data/local/tmp/device-script.sh ${OPERATION} ${COLLECT_NO}" \
| tee "${OUTPUT}/device-stdout.log"
adb_pull "/data/local/tmp/boottime/" "${OUTPUT}/device-boottime"