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 21:04:40 +0300
commitc974bd0b90b68cdbbe9c2da0e1aecc93bac2edd1 (patch)
treee3cad02c232e0eb817a24616259b3049939df69d
parent63116154fe7e1f49d7751c002e2abe5422fd22ee (diff)
downloadqtlocation-mapboxgl-upstream/alexshalamov_collect_test_artifacts.tar.gz
[render-test] Update location of render / query test html pageupstream/alexshalamov_collect_test_artifacts
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index a26bdb39c1..f8bfc7fd57 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: