filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
489 stars 314 forks source link

feat: properly remove temporary files leftover after running tests #1761

Closed cryptonemo closed 2 weeks ago

cryptonemo commented 2 weeks ago

It took a while to track down which tests were leaving around .tmp* directories and files in the TEMPDIR after the test suite was run, but it appears that this resolves them all across normal and 'ignored' tests.

cryptonemo commented 2 weeks ago

Needs more testing, closing for now