diff options
Diffstat (limited to 'xtesting/core/robotframework.py')
-rw-r--r-- | xtesting/core/robotframework.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtesting/core/robotframework.py b/xtesting/core/robotframework.py index 2791b559..c2fec56a 100644 --- a/xtesting/core/robotframework.py +++ b/xtesting/core/robotframework.py @@ -58,7 +58,6 @@ class RobotFramework(testcase.TestCase): def __init__(self, **kwargs): super(RobotFramework, self).__init__(**kwargs) - self.res_dir = os.path.join(self.dir_results, self.case_name) self.xml_file = os.path.join(self.res_dir, 'output.xml') def parse_results(self): |