mirror of
https://github.com/restic/restic.git
synced 2025-12-12 03:11:56 +00:00
backends: pass error logger to backends
This commit is contained in:
@@ -39,7 +39,7 @@ func TestLayout(t *testing.T) {
|
||||
Command: fmt.Sprintf("%q -e", sftpServer),
|
||||
Path: repo,
|
||||
Connections: 5,
|
||||
})
|
||||
}, t.Logf)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user