aboutsummaryrefslogtreecommitdiff
path: root/integration_tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-31 18:09:39 +0100
committerJakob Unterwurzacher2016-01-31 18:09:39 +0100
commit6454db68d97667f90ec1f0f838c7da275c46d2b8 (patch)
tree8e7078f815a74c78f0c620723903e1ef1e88d0d3 /integration_tests
parent4c9e249e3ac1fc2995e01eb1ed24799c3a3bc66b (diff)
Add new "-wpanic" option and enable it for the automated tests
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/helpers.go2
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)