colcon / colcon-cargo

An extension for colcon-core to support Rust projects built with Cargo
http://colcon.readthedocs.io
Apache License 2.0
30 stars 20 forks source link

Generate test result from cargo test #4

Closed petrikvladimir closed 1 week ago

petrikvladimir commented 5 years ago

ref #3

Generate xml from captured stdout of cargo-test.

I did not find a way how to get captured stdout from colcon. Therefore, I implemented function check_call_return_stdout as an alternative to check_call. I would prefer a better solution for obtaining stdout - is there another way how to get captured stdout in colcon?

luca-della-vedova commented 1 week ago

Superseded by https://github.com/colcon/colcon-cargo/pull/39 which doesn't depend on nightly. We should still revisit this approach once the json output is stabilized though