提交 403e6af2 编写于 作者: L Lukáš Doktor

Test: Remove unused variables

The `debugdir` and `resultsdir` are not used in Avocado. They were
inherited from Avocado-vt, but there is no point in defining them in
Avocado itself as Avocado-vt creates them anyway.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 44270a83
......@@ -233,8 +233,6 @@ class Test(unittest.TestCase):
self.log.info('START %s', self.name)
self.debugdir = None
self.resultsdir = None
self.status = None
self.fail_reason = None
self.fail_class = None
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册