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 14:28:35 +0300
commitf64e606a9248f3c835ea2c97cbea1ee49198cb75 (patch)
tree3a222a0ee546d445dbbd99d0cd240fedd71141b1
parentcd10cb7fb0b315258e9b2b781af27d44b8063269 (diff)
downloadqtlocation-mapboxgl-f64e606a9248f3c835ea2c97cbea1ee49198cb75.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: