aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2024-11-15 20:00:14 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2024-11-15 20:02:24 +0100
commitf216d8576aff09fce62923e1a158f0672b5dd832 (patch)
tree346c54c323a6b64f471fb0deb3b50cd1fc33341c /xtesting
parenta654f0fdc8eb9c1e5a5ed38664bc4ff08684cf4e (diff)
Set xml_file before parsing resultsstable/zed
Change-Id: I22a6d0c5224e3ff5c67e8a2e6c805ed82d803495 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 007a1a3acf964ef96ac4d45db12ff58e6277605f)
Diffstat (limited to 'xtesting')
-rw-r--r--xtesting/core/robotframework.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/xtesting/core/robotframework.py b/xtesting/core/robotframework.py
index 1f853037..1ac1575c 100644
--- a/xtesting/core/robotframework.py
+++ b/xtesting/core/robotframework.py
@@ -119,6 +119,8 @@ class RobotFramework(testcase.TestCase):
stream = StringIO()
if 'output' not in kwargs:
kwargs["output"] = self.xml_file
+ else:
+ self.xml_file = kwargs["output"]
kwargs["log"] = "NONE"
kwargs["report"] = "NONE"
kwargs["stdout"] = stream