mirror of
https://github.com/restic/restic.git
synced 2025-05-19 09:58:33 +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) {
|
t.Run("", func(t *testing.T) {
|
||||||
fi, found := stat(t, test.filename)
|
fi, found := stat(t, test.filename)
|
||||||
if !found && test.canSkip {
|
if !found && test.canSkip {
|
||||||
t.Skipf("%v not found in filesystem")
|
t.Skipf("%v not found in filesystem", test.filename)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user