mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -04:00
#2110 Zoom controls disappeared in v3.3.1 - fix instrumentation error code
This commit is contained in:
parent
e7d2d58b15
commit
693d43f0b8
@ -6,5 +6,5 @@ if ./gradlew jacocoInstrumentationTestReport; then
|
||||
echo "jacocoInstrumentationTestReport succeeded" >&2
|
||||
else
|
||||
adb exec-out screencap -p >screencap.png
|
||||
echo "jacocoInstrumentationTestReport failed" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
@ -6,5 +6,5 @@ if ./gradlew connectedDebugAndroidTest; then
|
||||
echo "connectedDebugAndroidTest succeeded" >&2
|
||||
else
|
||||
adb exec-out screencap -p >screencap.png
|
||||
echo "connectedDebugAndroidTest failed" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user