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:
Hernâni Marques 2026-07-17 21:53:04 +02:00
parent 1a8aad08cd
commit 64b7ba2b2a
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
2 changed files with 16 additions and 1 deletions

View file

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