mirror of
https://github.com/restic/restic.git
synced 2025-08-12 17:47:41 +00:00
Add argument to Skipf()
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user