Skip to content

Commit 88ab453

Browse files
author
Edison Gustavo Muenz
committed
Use XML in CAPS since beginning at Boost 1.61 the parameter value is case sensitive
1 parent 564ed95 commit 88ab453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_cpp/boost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read_file(name):
4242
report_xml = os.path.join(temp_dir, 'report.xml')
4343
args = [
4444
executable,
45-
'--output_format=xml',
45+
'--output_format=XML',
4646
'--log_sink=%s' % log_xml,
4747
'--report_sink=%s' % report_xml,
4848
]

0 commit comments

Comments
 (0)