Skip to content

Commit

Permalink
remove bootanim log
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Dubiel authored and piotrdubiel committed Apr 1, 2019
1 parent cc18838 commit 4e27ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/scripts/wait-for-emulator
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ timeout_in_sec=600 # 10 minutes

until [[ "$bootanim" =~ "stopped" ]]; do
bootanim=`adb -e shell getprop init.svc.bootanim 2>&1 &`
echo bootanim=\`$bootanim\`
# echo bootanim=\`$bootanim\`
if [[ "$bootanim" =~ "device not found" || "$bootanim" =~ "device offline"
|| "$bootanim" =~ "running" || "$bootanim" =~ "error: no emulators found" ]]; then
let "failcounter += 1"
Expand Down

0 comments on commit 4e27ddb

Please sign in to comment.