1
0
mirror of https://github.com/etesync/android synced 2024-11-22 16:08:13 +00:00
etesync-android/run-tests-connected.sh
Ricki Hirner 28e567cf78 Introduce local unit tests
* split tests into Android tests and local unit tests
* LoginCredentialsFragment: check for empty host before doing IDN conversion
2016-04-26 13:10:42 +02:00

4 lines
97 B
Bash
Executable File

#!/bin/bash
./gradlew -i testDebug && \
./gradlew -i deviceCheck mergeAndroidReports --continue