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
|
Also checks self._invalid so the test counts as failed if there were
|
||||||
unexpected output lines earlier.
|
unexpected output lines earlier.
|
||||||
"""
|
"""
|
||||||
|
__tracebackhide__ = True
|
||||||
self.captured_log = []
|
self.captured_log = []
|
||||||
if self._invalid:
|
if self._invalid:
|
||||||
# Wait for a bit so the full error has a chance to arrive
|
# Wait for a bit so the full error has a chance to arrive
|
||||||
|
Loading…
Reference in New Issue
Block a user