mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: disable the journal logger for tests
No point spamming the journal here.
This commit is contained in:
parent
29fdd10066
commit
165bc7e289
1 changed files with 1 additions and 0 deletions
|
|
@ -698,6 +698,7 @@ static void set_test_env(struct pwtest_context *ctx, struct pwtest_test *t)
|
||||||
replace_env(t, "PIPEWIRE_MODULE_DIR", BUILD_ROOT "/src/modules");
|
replace_env(t, "PIPEWIRE_MODULE_DIR", BUILD_ROOT "/src/modules");
|
||||||
replace_env(t, "ACP_PATHS_DIR", SOURCE_ROOT "/spa/plugins/alsa/mixer/paths");
|
replace_env(t, "ACP_PATHS_DIR", SOURCE_ROOT "/spa/plugins/alsa/mixer/paths");
|
||||||
replace_env(t, "ACP_PROFILES_DIR", SOURCE_ROOT "/spa/plugins/alsa/mixer/profile-sets");
|
replace_env(t, "ACP_PROFILES_DIR", SOURCE_ROOT "/spa/plugins/alsa/mixer/profile-sets");
|
||||||
|
replace_env(t, "PIPEWIRE_USE_SYSTEMD", "false");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void close_pipes(int fds[_FD_LAST])
|
static void close_pipes(int fds[_FD_LAST])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue