msimerson / mail-dmarc

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

skip SQL tests if connection fails #218

Closed bigio closed 6 months ago

msimerson commented 6 months ago

The test already does skip on error:

Screenshot 2024-02-14 at 11 34 23 AM

Can you explain the circumstances up which this change is useful?

bigio commented 6 months ago

The change is actually wrong, the issue is different, after a regression test run, 't/reports-test.sqlite' is not removed and a second run fails.