summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-09-20 11:05:24 -0400
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-09-21 18:31:29 -0300
commitfc2ca19bc553d90b3aafdbddc17d4e8170c02259 (patch)
tree912784620a97759f22fd647deefef63bef71452b /Makefile
parenta9ddf5b7fd311ffb9215a682ab2387181189071e (diff)
downloadqtlocation-mapboxgl-fc2ca19bc553d90b3aafdbddc17d4e8170c02259.tar.gz
[build] Shuffle render tests in 'test-node-recycle-map' target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9a3a71649..b4863a9b9e 100644
--- a/Makefile
+++ b/Makefile
@@ -443,7 +443,7 @@ test-node: node
.PHONY: test-node-recycle-map
test-node-recycle-map: node
npm test
- npm run test-render -- --recycle-map
+ npm run test-render -- --recycle-map --shuffle
npm run test-query
#### Android targets ###########################################################