fastmail / authentication_milter

Email Authentication by SPF/DKIM/DMARC etc.
Other
121 stars 21 forks source link

Build: Update 'make clean' to also remove t/tmp. #136

Closed dev-aaront-org closed 1 year ago

dev-aaront-org commented 1 year ago

I got fooled at one point when running the unit tests because the log files from previous runs were being appended to, so I thought this might help with that. With this change the t/tmp directory will be removed with 'make clean' and its variants.

marcbradshaw commented 1 year ago

Thanks for the MR. This won't work as written as the Makefile.PL will be overwritten the next time distzilla runs build.

dev-aaront-org commented 1 year ago

Oops, sorry about that. Looks like 'dzil test' doesn't have this issue because each run is in a new directory, so I'll be using that going forward. I'll close this request.