watching basic version works

This commit is contained in:
Igor Katson 2024-09-13 12:34:51 +01:00
parent 624b41a297
commit 06613d9ef1
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
8 changed files with 284 additions and 10 deletions

View file

@ -147,7 +147,7 @@ async fn _test_e2e_download(drop_checks: &DropChecks) {
}
Ok(true)
}
crate::ManagedTorrentState::Error(e) => bail!("error: {e:?}"),
crate::ManagedTorrentState::Error(e) => bail!("error: {e:#}"),
_ => bail!("broken state"),
})
.context("error checking for torrent liveness")?;