test: disable the journal logger for tests

No point spamming the journal here.
This commit is contained in:
Peter Hutterer 2021-09-23 14:24:57 +10:00
parent 29fdd10066
commit 165bc7e289

View file

@ -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, "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, "PIPEWIRE_USE_SYSTEMD", "false");
}
static void close_pipes(int fds[_FD_LAST])