fix capturing of logging to capture postfix better

This commit is contained in:
holger krekel
2023-10-16 19:48:54 +02:00
parent 97f0911b6f
commit 334f86f56f
3 changed files with 9 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ class TestEndToEndDeltaChat:
addr = ac2.get_config("addr").lower()
saved_ok = 0
for line in remotelog.iter("dovecot"):
for line in remotelog.iter("journalctl -f -u dovecot"):
if addr not in line:
# print(line)
continue