mirror of
https://github.com/awfufu/traudit
synced 2026-03-01 05:29:44 +08:00
test: suppress noisy output in reload_test by redirecting child process stdout/stderr to null
This commit is contained in:
@@ -110,6 +110,8 @@ services:
|
||||
.arg("--")
|
||||
.arg("-f")
|
||||
.arg(&config_path)
|
||||
.stdout(std::process::Stdio::null())
|
||||
.stderr(std::process::Stdio::null())
|
||||
.spawn()?;
|
||||
|
||||
// Give it time to start
|
||||
|
||||
Reference in New Issue
Block a user