Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix junit_reporter XML output #91

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

tim2000
Copy link

@tim2000 tim2000 commented Mar 19, 2017

I came across this error during Jenkins JUnit integration of my benchmarks:

org.xml.sax.SAXParseException; systemId: file:/data/jenkins/jobs/CoreEngine-PT-Tests/builds/23/performance-reports/JUnit/perf_result.xml; lineNumber: 7; columnNumber: 4; The element type "property" must be terminated by the matching end-tag "".

This commit have fixed the issue.
You may not accept it since I have only tested it with JUnit Jenkins parser and it may not works with other parsers.

@@ -30,6 +30,7 @@
#include <limits>
#include <unordered_map>
#include <vector>
#include <utility>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

std::pair is used inside the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant