testsuite: Fix installed tests

This broken recently, when we converted the tests
array to a dictionary.

Fixes: #2966
This commit is contained in:
Matthias Clasen 2020-08-01 21:23:34 -04:00
parent 2a962e1c9a
commit d19e60a40d

View File

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