[gtk/ci-installed-tests: 2/5] testsuite: Fix installed tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ci-installed-tests: 2/5] testsuite: Fix installed tests
- Date: Sun, 2 Aug 2020 01:40:21 +0000 (UTC)
commit 7b759a25b64cb8d32c3e04cca544183c2814cf7d
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Aug 1 21:23:34 2020 -0400
testsuite: Fix installed tests
This broken recently, when we converted the tests
array to a dictionary.
Fixes: #2966
testsuite/gtk/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build
index 1238882b04..286c8f38fb 100644
--- a/testsuite/gtk/meson.build
+++ b/testsuite/gtk/meson.build
@@ -260,7 +260,7 @@ endforeach
if get_option('install-tests')
foreach t : tests
- test_name = t.get(0)
+ test_name = t.get('name')
conf = configuration_data()
conf.set('testexecdir', testexecdir)
conf.set('test', test_name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]