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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2023-03-20 10:08:23 +10:00
parent 6bfd658173
commit 2a3a116e05

View 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