turbo_tests icon indicating copy to clipboard operation
turbo_tests copied to clipboard

Cleanup temp directory on completion

Open Bo98 opened this issue 2 years ago • 0 comments

The tmp directory is currently fixed to the working directory and is never cleaned up. We can make use of Dir.mktmpdir to have a temporary directory that will clean up itself.

Bo98 avatar Dec 17 '23 02:12 Bo98