Merge pull request #20035 from joshka/jm/test-explorer-color
Add --color=always to test explorer command
This commit is contained in:
commit
2a6ace3103
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