mirror of
https://github.com/restic/restic.git
synced 2025-12-04 14:02:03 +00:00
check: add progress bar to the tree structure check
This commit is contained in:
committed by
Alexander Neumann
parent
505f8a2229
commit
e2b0072441
@@ -30,7 +30,7 @@ func TestCheckRepo(t testing.TB, repo restic.Repository) {
|
||||
|
||||
// structure
|
||||
errChan = make(chan error)
|
||||
go chkr.Structure(context.TODO(), errChan)
|
||||
go chkr.Structure(context.TODO(), nil, errChan)
|
||||
|
||||
for err := range errChan {
|
||||
t.Error(err)
|
||||
|
||||
Reference in New Issue
Block a user