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

Rework how the junit xml-style log file is generated #220

Merged
merged 3 commits into from
Nov 9, 2023

Conversation

shs96c
Copy link
Collaborator

@shs96c shs96c commented Nov 7, 2023

No description provided.

Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

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

Thanks for all of the effort into doing the comparisons, it's really useful!

Generally looking good, a few questions

Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

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

Thanks!

@shs96c shs96c force-pushed the junit-log-files branch 2 times, most recently from 6e86e22 to bb23851 Compare November 8, 2023 14:59
@shs96c shs96c merged commit a6ec44e into bazel-contrib:main Nov 9, 2023
2 checks passed
@shs96c shs96c deleted the junit-log-files branch November 9, 2023 14:00
result.toXml(xsw);

renderer.accept(xsw);
System.out.println(writer);
Copy link
Contributor

@rdesgroppes rdesgroppes Jan 4, 2024

Choose a reason for hiding this comment

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

System.out.println: leftover?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oops. Yes. Leftover.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Created #228 to fix this

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.

4 participants