Update dependencies

This commit is contained in:
2017-05-23 16:14:55 -04:00
parent cb7b569d4e
commit 275125d230
4 changed files with 25 additions and 24 deletions

View File

@@ -36,7 +36,7 @@ info() {
}
fail() {
$ADB shell reboot -p
$ADB emu kill
exit 1
}
@@ -92,7 +92,7 @@ info "Fetching logcat"
$ADB logcat -d > ${OUTPUTS_DIR}/logcat.txt
#--------------------------------------------------------------------------------
info "Building coverage report"
info "Running JVM tests"
mkdir -p ${OUTPUTS_DIR}/code-coverage/connected/
$ADB pull /data/user/0/${PACKAGE_NAME}/files/coverage.ec \
${OUTPUTS_DIR}/code-coverage/connected/