mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 20:30:27 +01:00
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:
parent
6bfd658173
commit
2a3a116e05
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue