forked from AuroraMiddleware/gtk
testsuite: Fix installed tests
This broken recently, when we converted the tests array to a dictionary. Fixes: #2966
This commit is contained in:
parent
2a962e1c9a
commit
d19e60a40d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user