fix #1645: Ensure test run completion on Android by killing crashpad_handler (#1646)

This commit is contained in:
James Rich 2025-03-05 20:35:26 -06:00 committed by GitHub
parent a9df1da44f
commit 3d86dc349e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,4 +151,4 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
disable-animations: true
script: ./gradlew connectedFdroidDebugAndroidTest
script: ./gradlew connectedFdroidDebugAndroidTest && killall -INT crashpad_handler || true