mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-12 17:08:59 -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
|
echo "jacocoInstrumentationTestReport succeeded" >&2
|
||||||
else
|
else
|
||||||
adb exec-out screencap -p >screencap.png
|
adb exec-out screencap -p >screencap.png
|
||||||
echo "jacocoInstrumentationTestReport failed" >&2
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@ -6,5 +6,5 @@ if ./gradlew connectedDebugAndroidTest; then
|
|||||||
echo "connectedDebugAndroidTest succeeded" >&2
|
echo "connectedDebugAndroidTest succeeded" >&2
|
||||||
else
|
else
|
||||||
adb exec-out screencap -p >screencap.png
|
adb exec-out screencap -p >screencap.png
|
||||||
echo "connectedDebugAndroidTest failed" >&2
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user