mirror of
https://github.com/restic/restic.git
synced 2026-08-04 05:02:17 +00:00
check: allow tests to only verify pack&index integrity
This commit is contained in:
@@ -45,7 +45,7 @@ func TestCreateSnapshot(t *testing.T) {
|
||||
t.Fatalf("snapshot has zero tree ID")
|
||||
}
|
||||
|
||||
checker.TestCheckRepo(t, repo)
|
||||
checker.TestCheckRepo(t, repo, false)
|
||||
}
|
||||
|
||||
func BenchmarkTestCreateSnapshot(t *testing.B) {
|
||||
|
||||
Reference in New Issue
Block a user