From c54626006a449a2342525a82f78a313fca7fff41 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 28 Jul 2021 10:40:54 +0300 Subject: test: log _daemon namespace for debugging CI --- share/python/lib/daemon.py | 1 + 1 file changed, 1 insertion(+) (limited to 'share') diff --git a/share/python/lib/daemon.py b/share/python/lib/daemon.py index a62ca24..5ce4bbc 100644 --- a/share/python/lib/daemon.py +++ b/share/python/lib/daemon.py @@ -222,6 +222,7 @@ def daemon_start_fails_with(ctx, message=None): def daemon_start_succeeds(ctx): daemon = ctx.declare("_daemon") + logging.debug(f"daemon_start_succeeds: {daemon}") assert "_start_error" not in daemon -- cgit v1.2.1