summaryrefslogtreecommitdiff
path: root/tests/e2e/crash_recovery_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e/crash_recovery_test.go')
-rw-r--r--tests/e2e/crash_recovery_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/e2e/crash_recovery_test.go b/tests/e2e/crash_recovery_test.go
index 618417d..669f25f 100644
--- a/tests/e2e/crash_recovery_test.go
+++ b/tests/e2e/crash_recovery_test.go
@@ -67,6 +67,7 @@ Endpoint = 1.1.1.1:51820
cmd.Env = append(os.Environ(),
fmt.Sprintf("XDG_RUNTIME_DIR=%s", tmpRuntimeDir),
fmt.Sprintf("XDG_CONFIG_HOME=%s", tmpConfigDir),
+ "WG_WRAP_VERBOSE=1",
)
out, err := cmd.CombinedOutput()