diff options
Diffstat (limited to 'integration_tests')
-rw-r--r-- | integration_tests/helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/helpers.go b/integration_tests/helpers.go index d0e8721..5145b30 100644 --- a/integration_tests/helpers.go +++ b/integration_tests/helpers.go @@ -53,7 +53,7 @@ func resetTmpDir() { func mount(c string, p string, extraArgs ...string) { var args []string args = append(args, extraArgs...) - args = append(args, "-q") + args = append(args, "-q", "-wpanic") //args = append(args, "--fusedebug") args = append(args, c) args = append(args, p) |