summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-10-10 21:04:40 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-10-10 23:33:36 +0300
commitbebc49949a551150de8e557bf15563283516a59b (patch)
tree561e79d5f928d1b577d48a29c09b7b8b2a7e5f74
parentbf61274b2a64bfa5d3b13ba988a97e9d32934713 (diff)
downloadqtlocation-mapboxgl-bebc49949a551150de8e557bf15563283516a59b.tar.gz
[render-test] Update location of render / query test html page
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b358e38d5f..083ea121a0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -263,7 +263,7 @@ commands:
when: on_fail
command: |
mkdir -p /tmp/tests/render
- if [ -f mapbox-gl-js/test/integration/render-tests/index.html ]; then cp mapbox-gl-js/test/integration/render-tests/index.html /tmp/tests/render; fi
+ if [ -f mapbox-gl-js/test/integration/index.html ]; then cp mapbox-gl-js/test/integration/index.html /tmp/tests/render; fi
mkdir -p /tmp/tests/coredumps
if ls core* 1> /dev/null 2>&1; then cp core* /tmp/tests/coredumps; fi
- store_artifacts: