未验证 提交 194341a8 编写于 作者: C Cleber Rosa

Merge remote-tracking branch 'clebergnu/sysinfo_end_test'

Signed-off-by: NCleber Rosa <crosa@redhat.com>
......@@ -917,6 +917,9 @@ class Test(unittest.TestCase, TestData):
logger=LOG_JOB)
stderr_check_exception = details
if self.__sysinfo_enabled:
self.__sysinfo_logger.end_test_hook()
# pylint: disable=E0702
if test_exception is not None:
raise test_exception
......@@ -934,8 +937,6 @@ class Test(unittest.TestCase, TestData):
"details.")
self.__status = 'PASS'
if self.__sysinfo_enabled:
self.__sysinfo_logger.end_test_hook()
def _setup_environment_variables(self):
os.environ['AVOCADO_VERSION'] = VERSION
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册