summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-09 10:35:33 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-10 15:39:34 +0300
commit76346944f3f6809bed7dd7ce4ef82343fc069423 (patch)
tree3a222a0ee546d445dbbd99d0cd240fedd71141b1
parentef8540b68373d2474449e6e5f17eaaaaab7c7f9a (diff)
downloadqtlocation-mapboxgl-76346944f3f6809bed7dd7ce4ef82343fc069423.tar.gz
[ci] Fixed duplicated render tests run on MacOS
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 0046dc7fa0..d5e6eb5869 100644
--- a/circle.yml
+++ b/circle.yml
@@ -591,7 +591,7 @@ commands:
- run:
name: Run render tests (mbgl-render-test)
command: |
- build/mbgl-render-test render-tests render-tests --recycle-map --shuffle
+ build/mbgl-render-test render-tests --recycle-map --shuffle
no_output_timeout: 2m
run-macos-query-tests: