tests: reduce logs coming from libpipewire

These tests are meant to catch wireplumber issues, so the libpipewire
logs are not very interesting and just make it hard to go through
the interesting bits
This commit is contained in:
George Kiagiadakis
2023-06-22 13:06:18 +03:00
parent 760ce55de1
commit a982b7917c

View File

@@ -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': 'T',
'WIREPLUMBER_DEBUG': 'T,pw.*:I,spa.*:I,mod.*:I',
})
spa_plugindir = spa_dep.get_variable(