summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2020-11-01 18:19:16 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2020-11-01 18:26:37 +0300
commitbbcf090b9cb4ca97cbf8875e06e8166fc5322a5c (patch)
treebecb64f00fc7f68c8aac48c99dff7d6525c517bd
parent5b97f9d348c400630a61f8fe47f188f63e5a9b2a (diff)
downloadtelepathy-idle-bbcf090b9cb4ca97cbf8875e06e8166fc5322a5c.tar.gz
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.
-rw-r--r--tests/twisted/meson.build1
1 files changed, 0 insertions, 1 deletions
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),