mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 13:17:51 +03:00
meson: Fix compatibility with Meson 0.58
Builds failed with tests/meson.build:690:0: ERROR: List item must be one of <class 'str'>, not <class 'list'> before this change. https://gitlab.com/libvirt/libvirt/-/issues/158 Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
6dca93e4bc
commit
c607266619
@ -687,12 +687,12 @@ foreach name : test_scripts
|
|||||||
test(name, script, env: tests_env)
|
test(name, script, env: tests_env)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
testenv = runutf8
|
||||||
|
testenv += 'VIR_TEST_FILE_ACCESS=1'
|
||||||
|
|
||||||
add_test_setup(
|
add_test_setup(
|
||||||
'access',
|
'access',
|
||||||
env: [
|
env: testenv,
|
||||||
'VIR_TEST_FILE_ACCESS=1',
|
|
||||||
runutf8,
|
|
||||||
],
|
|
||||||
exe_wrapper: [ python3_prog, check_file_access_prog.path() ],
|
exe_wrapper: [ python3_prog, check_file_access_prog.path() ],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user