summaryrefslogtreecommitdiff
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-20 11:05:28 -0400
commit9a9d467c5c97d8b4f9fdc3a342874adba9c3d443 (patch)
treea5a663a56273447ed2449a9ab8821841871b820c
parent2fcbd78062552a7fd4471bc0896b79f9888b91e8 (diff)
downloadqtlocation-mapboxgl-upstream/test-node-recycle-map-shuffle-render-tests.tar.gz
[build] Shuffle render tests in 'test-node-recycle-map' targetupstream/test-node-recycle-map-shuffle-render-tests
-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 ###########################################################