compiletest "--bless" fails to delete stderr files #134793
Labels
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I made a mistake during compiler development so that a "--bless" run (
./x test ui --bless -- feat
) ended up generating a bunch of stderr files for compiler runs that shouldn't fail. I fixed that mistake, but unfortunately "--bless" does not remove these files. It seems I have to delete them all by hand.That's not great; if "--bless" creates new files then it should also clean them up by itself.
The text was updated successfully, but these errors were encountered: