From 49ea4d90f6e2bc6313ad35b4b76a77bb397001c8 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 19 May 2023 21:13:19 +0300 Subject: [PATCH] tests: run with WIREPLUMBER_DEBUG=T, not 7... --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 23e20bf6..08200a4c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -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(