Update tests

This commit is contained in:
2020-06-21 11:00:00 -05:00
parent 6d9ad8c56c
commit b78cd1dd0d
15 changed files with 2 additions and 2 deletions

View File

@@ -181,8 +181,8 @@ fetch_images() {
}
accept_images() {
find tmp/test-screenshots -name '*.expected*' -delete
rsync -av tmp/test-screenshots/ uhabits-android/src/androidTest/assets/
find $OUTPUTS_DIR/test-screenshots -name '*.expected*' -delete
rsync -av $OUTPUTS_DIR/test-screenshots/ uhabits-android/src/androidTest/assets/
}
run_tests() {