tests: __tracebackhide__ in quteproc.after_test

This commit is contained in:
Florian Bruhin 2016-07-01 14:44:42 +02:00
parent 2ec820f366
commit 274644e83d

View File

@ -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