diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 91818f185..df74279d3 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -176,10 +176,7 @@ class QuteProc(testprocess.Process): try: log_line = LogLine(line) except testprocess.InvalidLine: - if line.startswith(' '): - # Multiple lines in some log output... - return None - elif not line.strip(): + if not line.strip(): return None elif is_ignored_qt_message(line): return None