msimerson / mail-dmarc

Mail::DMARC, a complete DMARC implementation in Perl
Other
33 stars 23 forks source link

Unable to view backends in ./t/travis/backends #226

Closed eserte closed 5 months ago

eserte commented 5 months ago

Mail-DMARC-1.20240313 fails on all of my smoker systems like this:

Unable to view backends in ./t/travis/backends at t/12.Report.Store.SQL.t line 49.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 2.
t/12.Report.Store.SQL.t ...................... 
Dubious, test returned 2 (wstat 512, 0x200)
All 2 subtests passed 
marcbradshaw commented 5 months ago

That directory does appear to be missing from the tarball when I run make dist, @msimerson any ideas?

msimerson commented 5 months ago

My bad! I added it to MANIFEST.SKIP. 😬

I was cleaning out the leftovers from Travis CI and didn't notice those are test fixtures. I'll restore them.

msimerson commented 5 months ago

We should be good now. It's late o'clock in my world. If Marc doesn't beat me to it, I'll roll a new release tomorrow that should fix the issue.

msimerson commented 5 months ago

New release has been published, sorry for the noise.