run-make: audit raw Command
usages
#126058
Labels
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
https://github.com/rust-lang/rust/pull/125752/files would add drop bomps to command wrappers that forces the test writer to check command exit status. However, some rmake.rs tests use raw
Command
invocations for various reasons, and it's super easy to forget to check for command exit status.We should probably:
Command
invocations to command wrappers where reasonable.Command
cannot be converted into a command wrapper.The text was updated successfully, but these errors were encountered: