test: drop the explicit -n auto to the tool options test
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 20 Mar 2023 00:08:23 +0000 (10:08 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 20 Mar 2023 22:13:19 +0000 (22:13 +0000)
This script adds the option automatically where xdist is available.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build

index ef45428337cfe6fe4f1da89da5c73335e1037d3f..2d69d22c529707303d814a35ee0bb44fa6c41bda 100644 (file)
@@ -642,7 +642,7 @@ if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimi
                                          configuration : config_tool_option_test)
        test('tool-option-parsing',
             tool_option_test,
-            args : [tool_option_test, '-n', 'auto'],
+            args : [tool_option_test],
             suite : ['all', 'root'],
             timeout : 240)
 endif