cargo-testify
cargo-testify copied to clipboard
Build output not colorized
When using cargo testify
on macOS (at least), the build output lacks the colorization that is typically present in a cargo test
run.
That's the issue I could not figure out how to solve: https://github.com/greyblake/cargo-testify/blob/master/src/reactor.rs#L71
I can use Command.spawn
to preserve color output, but then I can not intercept stdout
and stderr
to fetch notification details. Any help here is welcome.
does running testify with -- --color always
improve the situation?
Running with --color always
partially helps. It shows bold, but not green nor red.