Minor improvments

This commit is contained in:
2022-12-19 14:21:31 +01:00
parent 4ea83ee693
commit 17c1b69757
3 changed files with 6 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ impl EmbeddedServer {
.arg("-p")
.arg(port.to_string())
.stdout(Stdio::null())
.stderr(Stdio::null())
.spawn()?;
wait_for_port(port)?;