tests: __tracebackhide__ in quteproc.after_test
This commit is contained in:
parent
2ec820f366
commit
274644e83d
@ -285,6 +285,7 @@ class Process(QObject):
|
||||
Also checks self._invalid so the test counts as failed if there were
|
||||
unexpected output lines earlier.
|
||||
"""
|
||||
__tracebackhide__ = True
|
||||
self.captured_log = []
|
||||
if self._invalid:
|
||||
# Wait for a bit so the full error has a chance to arrive
|
||||
|
Loading…
Reference in New Issue
Block a user