You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
etesync-android/run-tests.sh

19 lines
425 B

#!/bin/sh
./gradlew -i --continue check mergeAndroidReports
echo
echo View lint report:
echo -n file://
realpath app/build/outputs/lint-results-gplayDebug.html
echo
echo View local unit test reports:
echo -n file://
realpath app/build/reports/tests/testStandardReleaseUnitTest/standardRelease/index.html
echo
echo "View merged Android test reports (debug):"
echo -n file://
realpath build/reports/androidTests/index.html