android-test: SMOKE_STRICT hard-fail on ANR / missing withdraw core
Matrix gates set SMOKE_STRICT=1 so stable-self and published cannot pass on install-only when System UI ANRs or wallet-core never sees the URI.
This commit is contained in:
parent
a05307f620
commit
2a2e478725
2 changed files with 16 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ run_published() {
|
|||
OUT_DIR="$out" \
|
||||
SERIAL="$SERIAL" \
|
||||
AUTO_START_EMULATOR=0 \
|
||||
SMOKE_STRICT="${SMOKE_STRICT:-1}" \
|
||||
"$smoke"
|
||||
local rc=$?
|
||||
set -e
|
||||
|
|
@ -110,6 +111,7 @@ run_selfbuild() {
|
|||
ANDROID_SERIAL="$SERIAL" \
|
||||
AUTO_START_EMULATOR=0 \
|
||||
PKG=net.taler.wallet.fdroid.debug \
|
||||
SMOKE_STRICT="${SMOKE_STRICT:-1}" \
|
||||
"$ROOT/run-android-build-and-smoke.sh"
|
||||
local rc=$?
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue