mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 06:37:56 +00:00
PVF: fix detection of unshare-and-change-root security capability (#2304)
This commit is contained in:
@@ -61,7 +61,7 @@ impl TestHost {
|
||||
execute_worker_path,
|
||||
);
|
||||
f(&mut config);
|
||||
let (host, task) = start(config, Metrics::default()).await;
|
||||
let (host, task) = start(config, Metrics::default()).await.unwrap();
|
||||
let _ = tokio::task::spawn(task);
|
||||
Self { cache_dir, host: Mutex::new(host) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user