4 Commits

Author SHA1 Message Date
Joël Stemmer
bbb5123976 junit: Don't lose benchmark results when converting to junit testsuites 2022-04-01 00:58:11 +01:00
Joël Stemmer
458fe89a9a Omit empty <properties> tag when there are no properties.
Go doesn't omit empty parent tags for empty values[1], so we'll work
around this for now by creating a pointer to the property slice.

[1]: https://github.com/golang/go/issues/7233.
2022-03-20 22:35:50 +00:00
Joël Stemmer
76f68922a2 junit: Output SystemOut and SystemErr contents as CDATA 2022-03-20 22:35:50 +00:00
Joël Stemmer
24143bf655 junit: Add junit_test 2022-03-20 22:35:50 +00:00