mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-06-19 08:48:24 +02:00
tests: run with WIREPLUMBER_DEBUG=T, not 7...
This commit is contained in:
parent
5ce80a0528
commit
49ea4d90f6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ common_test_env = environment({
|
|||
'FILE_MONITOR_DIR': meson.current_build_dir() / '.local' / 'file_monitor',
|
||||
'WIREPLUMBER_DATA_DIR': meson.current_source_dir() / '..' / 'src',
|
||||
'WIREPLUMBER_MODULE_DIR': meson.current_build_dir() / '..' / 'modules',
|
||||
'WIREPLUMBER_DEBUG': '7',
|
||||
'WIREPLUMBER_DEBUG': 'T',
|
||||
})
|
||||
|
||||
spa_plugindir = spa_dep.get_variable(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue