RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.19k stars 1.24k forks source link

[tools] Fix buildifier_test to not scribble in runfiles #21451

Closed jwnimmer-tri closed 1 month ago

jwnimmer-tri commented 1 month ago

Unit tests should never write to cwd, rather always to TEST_TMPDIR.

Towards #20731.


This change is Reviewable

jwnimmer-tri commented 1 month ago

+@rpoyner-tri for both reviews, please.