bootstrap: Don't pass an unused --color to compiletest by Zalathar · Pull Request #149911 · rust-lang/rust (original) (raw)

@Zalathar


This flag was an artifact of compiletest's old libtest-based test executor, and currently doesn't influence compiletest's output at all.

A follow-up commit also inlines force_coloring_in_ci into its only remaining caller, and updates its comment.

@Zalathar

This flag was an artifact of compiletest's old libtest-based test executor, and currently doesn't influence compiletest's output at all.

@Zalathar

This logic is cargo-specific anyway, so there is no need for it to be a generally-available helper method.

@rustbot

Some changes occurred in src/tools/compiletest

cc @jieyouxu

@rustbot rustbot added the T-bootstrap

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

label

Dec 12, 2025

@rustbot

r? @jieyouxu

rustbot has assigned @jieyouxu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

jieyouxu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Zalathar

@bors

📌 Commit 0e7dc32 has been approved by jieyouxu

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Dec 12, 2025

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Dec 12, 2025

@GuillaumeGomez

bootstrap: Don't pass an unused --color to compiletest


This flag was an artifact of compiletest's old libtest-based test executor, and currently doesn't influence compiletest's output at all.

A follow-up commit also inlines force_coloring_in_ci into its only remaining caller, and updates its comment.

jhpratt added a commit to jhpratt/rust that referenced this pull request

Dec 13, 2025

@jhpratt

bootstrap: Don't pass an unused --color to compiletest


This flag was an artifact of compiletest's old libtest-based test executor, and currently doesn't influence compiletest's output at all.

A follow-up commit also inlines force_coloring_in_ci into its only remaining caller, and updates its comment.

bors added a commit that referenced this pull request

Dec 13, 2025

@bors

Rollup of 11 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit that referenced this pull request

Dec 13, 2025

@bors

Rollup of 10 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit that referenced this pull request

Dec 13, 2025

@rust-timer

Rollup merge of #149911 - Zalathar:no-color, r=jieyouxu

bootstrap: Don't pass an unused --color to compiletest


This flag was an artifact of compiletest's old libtest-based test executor, and currently doesn't influence compiletest's output at all.

A follow-up commit also inlines force_coloring_in_ci into its only remaining caller, and updates its comment.