aboutsummaryrefslogtreecommitdiffstats
path: root/lulu_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lulu_test.go')
-rw-r--r--lulu_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/lulu_test.go b/lulu_test.go
index f657681..648ede7 100644
--- a/lulu_test.go
+++ b/lulu_test.go
@@ -31,6 +31,8 @@ var (
)
func TestMain(m *testing.M) {
+ Debug = true
+
if b, err := os.ReadFile(clientKeyPath); err == nil {
clientKey = strings.TrimSpace(string(b))
} else {