mirror of
https://github.com/restic/restic.git
synced 2026-06-27 11:04:17 +00:00
feat(backends/s3): add warmup support for check command (#5248)
This commit is contained in:
@@ -55,7 +55,7 @@ func TestCheckRepo(t testing.TB, repo checkerRepository) {
|
||||
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