summaryrefslogtreecommitdiff
path: root/Test/runTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Test/runTests.py')
-rw-r--r--Test/runTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/runTests.py b/Test/runTests.py
index ebdb0655..0232f81b 100644
--- a/Test/runTests.py
+++ b/Test/runTests.py
@@ -231,7 +231,7 @@ class Test:
with open(self.temp_output_path, mode='ab') as writer:
writer.write(stdout + stderr)
if stderr != b"":
- debug(Debug.TRACE, stderr)
+ debug(Debug.TRACE, stderr.decode("utf-8"))
self.update_status()
except TimeoutExpired: