mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Add argument to Skipf()
This commit is contained in:
parent
05958caf6e
commit
c31a5e7e5c
@ -101,7 +101,7 @@ func TestNodeFromFileInfo(t *testing.T) {
|
||||
t.Run("", func(t *testing.T) {
|
||||
fi, found := stat(t, test.filename)
|
||||
if !found && test.canSkip {
|
||||
t.Skipf("%v not found in filesystem")
|
||||
t.Skipf("%v not found in filesystem", test.filename)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user