mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
enable running kaspersky tests
This commit is contained in:
parent
e40b2438fc
commit
abd37ff9a5
4 changed files with 21 additions and 8 deletions
|
|
@ -294,7 +294,7 @@ async fn main() -> Result<()> {
|
|||
Some(&mut out_buffer),
|
||||
)
|
||||
.await
|
||||
.and_then(|c| c.is_ok())
|
||||
.and_then(|c| c.to_result())
|
||||
{
|
||||
eprintln!("{}", String::from_utf8_lossy(&out_buffer));
|
||||
cloud.destroy(&mut docker).await?;
|
||||
|
|
@ -321,7 +321,7 @@ async fn main() -> Result<()> {
|
|||
Some(&mut out_buffer),
|
||||
)
|
||||
.await
|
||||
.and_then(|c| c.is_ok())
|
||||
.and_then(|c| c.to_result())
|
||||
{
|
||||
eprintln!("{}", String::from_utf8_lossy(&out_buffer));
|
||||
cloud.destroy(&mut docker).await?;
|
||||
|
|
@ -334,7 +334,7 @@ async fn main() -> Result<()> {
|
|||
Some(&mut out_buffer),
|
||||
)
|
||||
.await
|
||||
.and_then(|c| c.is_ok())
|
||||
.and_then(|c| c.to_result())
|
||||
{
|
||||
eprintln!("{}", String::from_utf8_lossy(&out_buffer));
|
||||
cloud.destroy(&mut docker).await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue