summaryrefslogtreecommitdiff
path: root/next
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-03 13:15:45 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-03 16:26:22 +0200
commit41324842b294d9d38eb42f1b8726e270510614e0 (patch)
treeb92364de715385bbb05e5a45e4448b48507ce062 /next
parent75f8530ed1d9213691b652cd6fa4ce22054645b1 (diff)
downloadqtlocation-mapboxgl-41324842b294d9d38eb42f1b8726e270510614e0.tar.gz
[test-runner] Allow to define filter inside manifest file
Command line option is still available and allows to override filter that is defined in a manifest file.
Diffstat (limited to 'next')
-rw-r--r--next/platform/linux/linux.cmake6
1 files changed, 1 insertions, 5 deletions
diff --git a/next/platform/linux/linux.cmake b/next/platform/linux/linux.cmake
index 39777c93f6..fdbe8a9171 100644
--- a/next/platform/linux/linux.cmake
+++ b/next/platform/linux/linux.cmake
@@ -147,11 +147,7 @@ else()
)
add_test(
NAME mbgl-render-test-probe-memory
- COMMAND
- mbgl-render-test-runner
- render-tests
- --manifestPath=${MBGL_ROOT}/render-test/linux-manifest-probe-memory.json
- --filter=real-world
+ COMMAND mbgl-render-test-runner render-tests --manifestPath=${MBGL_ROOT}/render-test/linux-manifest-probe-memory.json
)
endif()