mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-04 21:12:53 -05:00
junit: Output SystemOut and SystemErr contents as CDATA
This commit is contained in:
3
testdata/33-report.xml
vendored
3
testdata/33-report.xml
vendored
@ -6,5 +6,8 @@
|
||||
</properties>
|
||||
<testcase classname="flate" name="BenchmarkDecode/Digits/Huffman/1e4" time="0.000104427"></testcase>
|
||||
<testcase classname="flate" name="BenchmarkEncode/Digits/Huffman/1e4" time="0.000028334"></testcase>
|
||||
<system-out><![CDATA[goos: linux
|
||||
goarch: amd64
|
||||
pkg: compress/flate]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
Reference in New Issue
Block a user