mirror of
https://github.com/restic/restic.git
synced 2026-06-27 19:14:18 +00:00
feat(backends/s3): add warmup support for check command (#5248)
This commit is contained in:
@@ -189,7 +189,7 @@ func TestCheckRepo(t testing.TB, repo *Repository) {
|
||||
errChan = make(chan error)
|
||||
go chkr.ReadPacks(context.TODO(), func(packs map[restic.ID]int64) map[restic.ID]int64 {
|
||||
return packs
|
||||
}, restic.NoopCounter, errChan)
|
||||
}, restic.NewNoopPrinter(), errChan)
|
||||
|
||||
for err := range errChan {
|
||||
t.Error(err)
|
||||
|
||||
Reference in New Issue
Block a user