mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Fixed #3613
This commit is contained in:
parent
d0a951c5c5
commit
23a984416f
@ -15,7 +15,7 @@ do
|
||||
adb logcat ./*:E -v color &
|
||||
./gradlew clean
|
||||
retry=$(( $retry + 1 ))
|
||||
if [ $retry == 3 ]; then
|
||||
if [ $retry -eq 3 ]; then
|
||||
adb exec-out screencap -p >screencap.png
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user