mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
6 lines
103 B
Bash
6 lines
103 B
Bash
#!/usr/bin/env bash
|
|
|
|
adb logcat -c
|
|
adb logcat *:E -v color &
|
|
./gradlew jacocoInstrumentationTestReport
|