From bbcf090b9cb4ca97cbf8875e06e8166fc5322a5c Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Sun, 1 Nov 2020 18:19:16 +0300 Subject: Meson: Omit twisted_tests arg (make the script read it from file) Meson pass the argument without quotes and the script accept only $1. Just omit the argument to make script read the tests list from file. --- tests/twisted/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/twisted/meson.build b/tests/twisted/meson.build index 5478d31..8fcf290 100644 --- a/tests/twisted/meson.build +++ b/tests/twisted/meson.build @@ -77,7 +77,6 @@ run_test = configure_file( test( 'check', run_test, - args: twisted_tests, env: [ 'IDLE_TEST_UNINSTALLED=1', 'IDLE_ABS_TOP_SRCDIR=@0@'.format(abs_top_srcdir), -- cgit v1.2.1