mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 09:21:09 +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 || {
|
spawn(move || {
|
||||||
Command::new("./tests/scripts/start_dev_db.sh")
|
Command::new("./tests/scripts/start_dev_db.sh")
|
||||||
.arg(&db_path)
|
.arg(&db_path)
|
||||||
.stdout(Stdio::inherit())
|
.stdout(Stdio::null())
|
||||||
.stderr(Stdio::inherit())
|
.stderr(Stdio::null())
|
||||||
.output()
|
.output()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue