From 6454db68d97667f90ec1f0f838c7da275c46d2b8 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 31 Jan 2016 18:09:39 +0100 Subject: Add new "-wpanic" option and enable it for the automated tests --- integration_tests/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration_tests/helpers.go') 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) -- cgit v1.2.3