summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-04-21 23:07:19 +0200
committerGitHub <noreply@github.com>2017-04-21 23:07:19 +0200
commiteed7dedf030ed71aac6d004becef42dbec5606bf (patch)
tree4f3b6a327990887f8046e1c1988ebfdb757562a4 /circle.yml
parent43cc8dbdb80fb89ef13dd2fb039a481bc5a9f6ce (diff)
downloadqtlocation-mapboxgl-eed7dedf030ed71aac6d004becef42dbec5606bf.tar.gz
[android] - rework instrumentation tests (#8793)
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 6cafa072c3..a591de2d06 100644
--- a/circle.yml
+++ b/circle.yml
@@ -65,7 +65,7 @@ jobs:
--app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk \
--test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug-androidTest.apk \
--device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 15m \
- --test-targets "class com.mapbox.mapboxsdk.testapp.maps.widgets.AttributionTest" 2>&1 | tee firebase.log) || EXIT_CODE=$?
+ --test-targets "class com.mapbox.mapboxsdk.testapp.maps.widgets.LogoTest" 2>&1 | tee firebase.log) || EXIT_CODE=$?
FIREBASE_TEST_BUCKET=$(sed -n 's|^.*\[https://console.developers.google.com/storage/browser/\([^]]*\).*|gs://\1|p' firebase.log)
echo "Downloading from: ${FIREBASE_TEST_BUCKET}"