./x.py test --host=''
does nothing and succeeds
#77906
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Running
./x.py test --host=''
builds bootstrap, but then exits successfully without building Rust and running any test. This should probably cause an error instead.cc @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: