aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test_event/formatter/xunit.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test_event/formatter/xunit.py')
-rw-r--r--packages/Python/lldbsuite/test_event/formatter/xunit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test_event/formatter/xunit.py b/packages/Python/lldbsuite/test_event/formatter/xunit.py
index d3ea8677f0a6..91487cd2c3a1 100644
--- a/packages/Python/lldbsuite/test_event/formatter/xunit.py
+++ b/packages/Python/lldbsuite/test_event/formatter/xunit.py
@@ -336,7 +336,7 @@ class XunitFormatter(ResultsFormatter):
test_event,
inner_content=(
'<error type={} message={}></error>'.format(
- "timeout",
+ XunitFormatter._quote_attribute("timeout"),
XunitFormatter._quote_attribute(message))
))
with self.lock: