mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 05:08:04 +02:00
tests/wplua: set WIREPLUMBER_CONFIG_DIR to an invalid directory
... because loading a script first looks in that directory, so it's easy to make tests break by a conflicting file in the system config dir, for instance, /etc/wireplumber/scripts/pod.lua
This commit is contained in:
parent
e916ff6b76
commit
6039223642
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ common_deps = [wplua_dep, pipewire_dep, wp_dep]
|
|||
common_env = [
|
||||
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|
||||
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
|
||||
'WIREPLUMBER_CONFIG_DIR=/invalid',
|
||||
'WIREPLUMBER_DATA_DIR=@0@'.format(meson.current_source_dir()),
|
||||
'WIREPLUMBER_MODULE_DIR=@0@'.format(meson.current_build_dir() / '..' / '..' / 'modules'),
|
||||
'WIREPLUMBER_DEBUG=7',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue