summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBryan Housel <bryan@mapbox.com>2015-10-16 10:28:02 -0400
committerBryan Housel <bryan@mapbox.com>2015-10-16 10:28:02 -0400
commit6c49f8a5789698225442430737b5b4b083edea77 (patch)
tree240eff61474f5227063362c7f4e97cb4bf23ce31 /scripts
parentb3f31e9fa222f7e02c2130a748dd283a73b270f2 (diff)
downloadqtlocation-mapboxgl-6c49f8a5789698225442430737b5b4b083edea77.tar.gz
Fix path of mapbox-gl-test-suite render tests
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/node/after_script.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/node/after_script.sh b/scripts/node/after_script.sh
index 237f9fe600..c56b7af18d 100755
--- a/scripts/node/after_script.sh
+++ b/scripts/node/after_script.sh
@@ -42,9 +42,9 @@ if [ ! -z "${AWS_ACCESS_KEY_ID}" ] && [ ! -z "${AWS_SECRET_ACCESS_KEY}" ] ; then
export PATH="`python -m site --user-base`/bin:${PATH}"
REPO_NAME=$(basename $TRAVIS_REPO_SLUG)
- gzip --stdout node_modules/mapbox-gl-test-suite/tests/index.html | \
+ gzip --stdout node_modules/mapbox-gl-test-suite/render-tests/index.html | \
aws s3 cp --acl public-read --content-encoding gzip --content-type text/html \
- - s3://mapbox/$REPO_NAME/tests/$TRAVIS_JOB_NUMBER/index.html
+ - s3://mapbox/$REPO_NAME/render-tests/$TRAVIS_JOB_NUMBER/index.html
- echo http://mapbox.s3.amazonaws.com/$REPO_NAME/tests/$TRAVIS_JOB_NUMBER/index.html
+ echo http://mapbox.s3.amazonaws.com/$REPO_NAME/render-tests/$TRAVIS_JOB_NUMBER/index.html
fi