aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 60cd094..79c17cd 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -215,7 +215,7 @@ def detect_tests_to_run():
def run_tests():
all_tests = detect_tests_to_run()
- logfile = open('meson-test-run.txt', 'w')
+ logfile = open('meson-test-run.txt', 'w', encoding="utf_8")
junit_root = ET.Element('testsuites')
try:
os.mkdir(test_build_dir)