fix capturing of logging to capture postfix better

This commit is contained in:
holger krekel
2023-10-16 19:48:54 +02:00
parent 37ef3f13b4
commit 63a7ad82ff
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