From 2a3a116e0561cc8e527cdab4bba8ac340a67f959 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 20 Mar 2023 10:08:23 +1000 Subject: test: drop the explicit -n auto to the tool options test This script adds the option automatically where xdist is available. Signed-off-by: Peter Hutterer --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ef454283..2d69d22c 100644 --- a/meson.build +++ b/meson.build @@ -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 -- cgit v1.2.1