diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-09-20 11:05:24 -0400 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-09-21 18:31:29 -0300 |
commit | fc2ca19bc553d90b3aafdbddc17d4e8170c02259 (patch) | |
tree | 912784620a97759f22fd647deefef63bef71452b /Makefile | |
parent | a9ddf5b7fd311ffb9215a682ab2387181189071e (diff) | |
download | qtlocation-mapboxgl-fc2ca19bc553d90b3aafdbddc17d4e8170c02259.tar.gz |
[build] Shuffle render tests in 'test-node-recycle-map' target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ########################################################### |