Commit 35b967f3 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse/nodefs: Use VerboseTest for TestNodeRead.

Change-Id: I6e17cd513f1a26110a36208f36d1a190675eb986
parent ac5345a1
......@@ -102,7 +102,7 @@ func TestNodeRead(t *testing.T) {
root := newNodeReadNode(false, true, nil)
opts := NewOptions()
opts.Debug = true
opts.Debug = VerboseTest()
s, _, err := MountRoot(dir, root, opts)
if err != nil {
t.Fatalf("MountRoot: %v", err)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment