mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 09:41:10 +00:00
silence test logs
This commit is contained in:
parent
baf1fb7505
commit
885555ad09
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue