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

XML Test Report #1273

Closed
oberien opened this issue Feb 4, 2015 · 1 comment
Closed

XML Test Report #1273

oberien opened this issue Feb 4, 2015 · 1 comment

Comments

@oberien
Copy link

oberien commented Feb 4, 2015

I'm trying to set up jenkins to be used as build and test system for a cargo/rust project. Could you please offer an option for cargo-test to export the results into an xml, which can be interpreted by jenkins?

Kind Regards,
BH16

@alexcrichton
Copy link
Member

I think that this may be a better option for the test runner itself rather than Cargo. Cargo doesn't necessarily understand what tests were run, all it does is possibly pass --test to the compiler and then it'll run the output executable.

Our current testing infrastructure does provide an output log, but it's not really in a nicely structure format.

In general I'd love to support custom test frameworks through either Cargo or the compiler itself, it's just not possible at this time. For now I'm going to close this in favor of rust-lang/rfcs#816.

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

No branches or pull requests

2 participants