summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-11-02 18:43:42 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2017-11-02 18:43:42 +0800
commit221c52f2e8075d912efe99b476074ed199fd45c9 (patch)
tree8680af0fa9be27638797cf22de14bcdb91f58941
parent461171abd3a9c0a6ba5df48503c0b71f590bc830 (diff)
boottime.sh: update to run with -x
Change-Id: I1c1ccf526376ac39f359aaa45634ebc33caa0b93 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-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"