summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-11 16:30:24 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-11 18:29:52 +0300
commit0752e26055ff7d1d0fc8ceb11cd0b72775925a9e (patch)
tree3462ccf4525d9cb1d14d8f52b9c57e935bf08e44
parenta4e1707f6b0b6610284e30b5068050f90ede9ae4 (diff)
downloadqtlocation-mapboxgl-0752e26055ff7d1d0fc8ceb11cd0b72775925a9e.tar.gz
[render-test] Fix bots not running the render tests self checks
-rw-r--r--next/render-test/CMakeLists.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/next/render-test/CMakeLists.txt b/next/render-test/CMakeLists.txt
index 80709d2b89..1a4cd5ceb6 100644
--- a/next/render-test/CMakeLists.txt
+++ b/next/render-test/CMakeLists.txt
@@ -51,16 +51,5 @@ add_test(
WORKING_DIRECTORY ${MBGL_ROOT}
)
-add_test(
- NAME mbgl-render-test-probes
- COMMAND
- mbgl-render-test
- render-tests
- --recycle-map
- --shuffle
- --seed=${MBGL_RENDER_TEST_SEED}
- --rootPath=render-test
- WORKING_DIRECTORY ${MBGL_ROOT}
-)
-
+add_test(NAME mbgl-render-test-probes COMMAND mbgl-render-test tests --rootPath=render-test WORKING_DIRECTORY ${MBGL_ROOT})
add_test(NAME mbgl-query-test COMMAND mbgl-render-test query-tests WORKING_DIRECTORY ${MBGL_ROOT})