From cb0b4975715528d4dba1e24cb6f583e459b8cf40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Je=C5=BEek?= Date: Fri, 2 Jul 2021 15:45:20 +0200 Subject: [PATCH] fixup! log: fix CI tests --- tests/pytests/kresd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/kresd.py b/tests/pytests/kresd.py index 703b11fe8..62835f366 100644 --- a/tests/pytests/kresd.py +++ b/tests/pytests/kresd.py @@ -296,7 +296,7 @@ def make_port(ip=None, ip6=None): KRESD_LOG_STARTUP_MSGID = re.compile(r'^\[[^]]+\]\[{}.*'.format(KRESD_STARTUP_MSGID)) -KRESD_LOG_IO_CLOSE = re.compile(r'^\[io\].*closed by peer.*') +KRESD_LOG_IO_CLOSE = re.compile(r'^\[io \].*closed by peer.*') @contextmanager -- 2.47.3