Browse Source

autotest: be more verbose about internal errors & warnings

wip/maildir-path-under-inbox
Oswald Buddenhagen 3 years ago
parent
commit
27f0c47010
  1. 5
      src/run-tests.pl

5
src/run-tests.pl

@ -6,6 +6,11 @@
use warnings;
use strict;
use Carp;
$SIG{__WARN__} = \&Carp::cluck;
$SIG{__DIE__} = \&Carp::confess;
use Cwd;
use File::Path;
use File::Temp 'tempdir';

Loading…
Cancel
Save