tests/worker-task-abort.rs: use proxmox::tools::try_block

This commit is contained in:
Dietmar Maurer 2019-08-05 10:04:12 +02:00
parent f69adc81a6
commit 17ff2cb0e5

View File

@ -8,10 +8,11 @@ extern crate nix;
use tokio::prelude::future::lazy;
use proxmox::tools::try_block;
use proxmox_backup::server;
use proxmox_backup::tools;
fn garbage_collection(worker: &server::WorkerTask) -> Result<(), Error> {
worker.log("start garbage collection");