Skip to content

Commit 528985a

Browse files
committed
log windows path
1 parent e773398 commit 528985a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/filters/fileserver/fileserver_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ func TestIsFileHidden(t *testing.T) {
205205
},
206206
}
207207
fs.Init()
208+
fmt.Println("hidden:", tc.hidden, "path:", tc.path)
209+
fmt.Println("fs:", fs.spec, "fs:", fs)
208210
input := &filePath{path: tc.path}
209211
fs.setFileHidden(input)
210212
assert.Equal(tc.expect, input.isHidden, tc)

0 commit comments

Comments
 (0)