summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-05-07 08:55:49 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-05-07 10:30:15 +0530
commit3f36791061cf2294e1810e79310fe2bf0707852e (patch)
treed28a35541b725c2cef0dbf2ddb467dc8974c6116
parent4d0c5b920fdb5df4f9742e04d34a2db1307cd9bf (diff)
tradefed: boot.img may have different name
Few jobs are submmitted with boot-<kernel_version>-<commit_id>.img format. Change-Id: Ibd9a22df83ed8b855731e424be8f3a8ed66d299f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xautomated/android/tradefed/monitor_fastboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/android/tradefed/monitor_fastboot.sh b/automated/android/tradefed/monitor_fastboot.sh
index 62e066c..cdf0f49 100755
--- a/automated/android/tradefed/monitor_fastboot.sh
+++ b/automated/android/tradefed/monitor_fastboot.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
while true; do
-fastboot boot /lava-lxc/boot.img
+./fastboot boot /lava-lxc/boot*.img
done