mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
integration test command
This commit is contained in:
parent
3c97fc37e1
commit
2fc3e5ed93
4 changed files with 39 additions and 1 deletions
|
|
@ -108,6 +108,7 @@ pub async fn exec<S1: AsRef<str>, S2: Into<String>>(
|
|||
attach_stdout: Some(true),
|
||||
attach_stderr: Some(true),
|
||||
env: Some(env),
|
||||
tty: Some(true),
|
||||
..Default::default()
|
||||
};
|
||||
let message = docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue