summaryrefslogtreecommitdiff
path: root/next/platform/linux/linux.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'next/platform/linux/linux.cmake')
-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()