mirror of
https://github.com/restic/restic.git
synced 2025-12-03 21:21:47 +00:00
check: add progress bar to the tree structure check
This commit is contained in:
committed by
Alexander Neumann
parent
505f8a2229
commit
e2b0072441
@@ -368,7 +368,7 @@ func TestIndexSave(t *testing.T) {
|
||||
defer cancel()
|
||||
|
||||
errCh := make(chan error)
|
||||
go checker.Structure(ctx, errCh)
|
||||
go checker.Structure(ctx, nil, errCh)
|
||||
i := 0
|
||||
for err := range errCh {
|
||||
t.Errorf("checker returned error: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user