Add --color=always to test explorer command
Fixes https://github.com/rust-lang/rust-analyzer/issues/20030
This commit is contained in:
parent
20a62ab2a1
commit
b4f09d75e4
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ impl CargoTestHandle {
|
|||
) -> std::io::Result<Self> {
|
||||
let mut cmd = toolchain::command(Tool::Cargo.path(), root, &options.extra_env);
|
||||
cmd.env("RUSTC_BOOTSTRAP", "1");
|
||||
cmd.arg("--color=always");
|
||||
cmd.arg("test");
|
||||
|
||||
cmd.arg("--package");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue