mirror of
https://github.com/restic/restic.git
synced 2025-12-03 20:51:47 +00:00
check: add index loading progress bar
This commit is contained in:
@@ -382,7 +382,7 @@ func testIndexSave(t *testing.T, version uint) {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
hints, errs := checker.LoadIndex(context.TODO())
|
||||
hints, errs := checker.LoadIndex(context.TODO(), nil)
|
||||
for _, h := range hints {
|
||||
t.Logf("hint: %v\n", h)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user