summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-03-20 10:08:23 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-03-20 22:13:19 +0000
commit2a3a116e0561cc8e527cdab4bba8ac340a67f959 (patch)
tree485c013f4755d5a30c0d73f5e331e0b365451ff9
parent6bfd658173efdb3ff4785e5e35ed708571c0dd8f (diff)
downloadlibinput-2a3a116e0561cc8e527cdab4bba8ac340a67f959.tar.gz
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>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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