telepathy-idle: Meson: Omit twisted_tests arg (make the script read it from file)

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Nov 1 17:23:33 UTC 2020


Module: telepathy-idle
Branch: master
Commit: bbcf090b9cb4ca97cbf8875e06e8166fc5322a5c
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=bbcf090b9cb4ca97cbf8875e06e8166fc5322a5c

Author: Alexander Akulich <akulichalexander at gmail.com>
Date:   Sun Nov  1 18:19:16 2020 +0300

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),



More information about the telepathy-commits mailing list