1
0
Fork 0
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:
Robin Appelman 2021-12-14 15:27:48 +01:00
commit abd37ff9a5
4 changed files with 21 additions and 8 deletions

View file

@ -24,7 +24,9 @@ use tokio::time::{sleep, timeout};
pub trait ServiceTrait {
fn name(&self) -> &str;
fn env(&self) -> &[&str];
fn env(&self) -> &[&str] {
&[]
}
async fn spawn(
&self,