SPA_DATA_DIR is the source root when uninstalled

Add some more error logging to bluez5 quirk loading.
This commit is contained in:
Wim Taymans 2022-03-18 21:30:39 +01:00
parent 186d0a783e
commit b868ec36c5
3 changed files with 9 additions and 7 deletions

View file

@ -804,7 +804,7 @@ static void set_test_env(struct pwtest_context *ctx, struct pwtest_test *t)
replace_env(t, "TMPDIR", xdg_runtime_dir);
replace_env(t, "SPA_PLUGIN_DIR", BUILD_ROOT "/spa/plugins");
replace_env(t, "SPA_DATA_DIR", BUILD_ROOT "/spa/plugins");
replace_env(t, "SPA_DATA_DIR", SOURCE_ROOT "/spa/plugins");
replace_env(t, "PIPEWIRE_CONFIG_DIR", BUILD_ROOT "/src/daemon");
replace_env(t, "PIPEWIRE_MODULE_DIR", BUILD_ROOT "/src/modules");
replace_env(t, "ACP_PATHS_DIR", SOURCE_ROOT "/spa/plugins/alsa/mixer/paths");