We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 564ed95 + 88ab453 commit 62c7c5dCopy full SHA for 62c7c5d
1 file changed
pytest_cpp/boost.py
@@ -42,7 +42,7 @@ def read_file(name):
42
report_xml = os.path.join(temp_dir, 'report.xml')
43
args = [
44
executable,
45
- '--output_format=xml',
+ '--output_format=XML',
46
'--log_sink=%s' % log_xml,
47
'--report_sink=%s' % report_xml,
48
]
0 commit comments