From 41324842b294d9d38eb42f1b8726e270510614e0 Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Tue, 3 Dec 2019 13:15:45 +0200 Subject: [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. --- next/platform/linux/linux.cmake | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'next/platform') 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() -- cgit v1.2.1