summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--circle.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 11954ccf6d..103ea8c685 100644
--- a/circle.yml
+++ b/circle.yml
@@ -267,7 +267,9 @@ commands:
when: on_fail
command: |
mkdir -p /tmp/tests/render
- 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/probe
+ if [ -f index.html ]; then cp index.html /tmp/tests/render; fi
+ if [ -f render-test/index.html ]; then cp render-test/index.html /tmp/tests/probe; fi
mkdir -p /tmp/tests/coredumps
if ls core* 1> /dev/null 2>&1; then cp core* /tmp/tests/coredumps; fi
- store_artifacts: