#2110 Zoom controls disappeared in v3.3.1 - fix instrumentation error code

This commit is contained in:
Sean Mac Gillicuddy 2020-06-10 14:31:10 +01:00
parent e7d2d58b15
commit 693d43f0b8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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