mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Add --color=always to test explorer command
Fixes https://github.com/rust-lang/rust-analyzer/issues/20030
This commit is contained in:
parent
5d93e31067
commit
54301d1bd5
@ -103,6 +103,7 @@ impl CargoTestHandle {
|
|||||||
) -> std::io::Result<Self> {
|
) -> std::io::Result<Self> {
|
||||||
let mut cmd = toolchain::command(Tool::Cargo.path(), root, &options.extra_env);
|
let mut cmd = toolchain::command(Tool::Cargo.path(), root, &options.extra_env);
|
||||||
cmd.env("RUSTC_BOOTSTRAP", "1");
|
cmd.env("RUSTC_BOOTSTRAP", "1");
|
||||||
|
cmd.arg("--color=always");
|
||||||
cmd.arg("test");
|
cmd.arg("test");
|
||||||
|
|
||||||
cmd.arg("--package");
|
cmd.arg("--package");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user