Skip to content

Commit e5e9c09

Browse files
fix echo of counter variable
1 parent e92d859 commit e5e9c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wait_for_emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ until [[ "$bootanim" =~ "stopped" ]]; do
1212
bootanim=`adb -e shell getprop init.svc.bootanim 2>&1 &`
1313
if [[ "$bootanim" =~ "device not found" || "$bootanim" =~ "device offline" ]]; then
1414
let "failcounter += 1"
15-
echo "($checkcounter) Waiting for emulator to start - $bootanim"
15+
echo "($failcounter) Waiting for emulator to start - $bootanim"
1616
if [[ $failcounter -gt timeout_in_sec ]]; then
1717
echo "Timeout ($timeout_in_sec seconds) reached; failed to start emulator"
1818
exit 1

0 commit comments

Comments
 (0)