Update test images

This commit is contained in:
2018-08-14 07:32:02 -05:00
parent a1bd4836dd
commit 9183cb9f37
8 changed files with 1 additions and 5 deletions

View File

@@ -177,10 +177,6 @@ fetch_artifacts() {
$ADB pull /mnt/sdcard/test-screenshots/ ${OUTPUTS_DIR}/failed
$ADB pull /storage/sdcard/test-screenshots/ ${OUTPUTS_DIR}/failed
$ADB pull /sdcard/Android/data/${PACKAGE_NAME}/files/test-screenshots/ ${OUTPUTS_DIR}/failed
$ADB shell rm -r /mnt/sdcard/test-screenshots/
$ADB shell rm -r /storage/sdcard/test-screenshots/
$ADB shell rm -r /sdcard/Android/data/${PACKAGE_NAME}/files/test-screenshots/
}
fetch_logcat() {