<#16261 Deprecate and remove run `--no-cleanup`?> ...
# github-notifications
c
#16261 Deprecate and remove run `--no-cleanup`? Issue created by thejcannon Now that
run
respects
--no-process-cleanup
, Interactive processes use normal-looking sandboxes (
/tmp/pants-sandbox...
), and that
test --debug
should ideally respect
--no-process-cleanup
(#16260 ).
--no-cleanup
feels like it doesn't really belong because it isn't adding much. Alternatively I think this and #16260 could be fixed with a
--no-interactive-process-cleanup
option if we wanted to give the user further control (but I would also think the ship has sailed since
run
respects
--no-process-cleanup
for the interactive process 🤷‍♂️ ) pantsbuild/pants