diff --git a/tests/common.rs b/tests/common.rs index f42658f..47a1d85 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -95,8 +95,8 @@ impl IbisInstance { spawn(move || { Command::new("./tests/scripts/start_dev_db.sh") .arg(&db_path) - .stdout(Stdio::inherit()) - .stderr(Stdio::inherit()) + .stdout(Stdio::null()) + .stderr(Stdio::null()) .output() .unwrap(); })