X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=xt%2Feml_check_limits.t;h=cf780c77babaac401b72b6a38eb4925a1bc660c2;hb=27f17d80e4e8e15b5e7d50045b1853ec7bdb4b3b;hp=2d632799956730bbb124b1795921259d3e490fce;hpb=3be137e00841a1b888e9b6bbbd371a040c865bab;p=public-inbox.git diff --git a/xt/eml_check_limits.t b/xt/eml_check_limits.t index 2d632799..cf780c77 100644 --- a/xt/eml_check_limits.t +++ b/xt/eml_check_limits.t @@ -13,7 +13,10 @@ require_git(2.19); # for --unordered require_mods(qw(BSD::Resource)); BSD::Resource->import(qw(getrusage)); my $cls = $ENV{TEST_CLASS}; -require_mods($cls) if $cls; +if ($cls) { + diag "TEST_CLASS=$cls"; + require_mods($cls); +} $cls //= 'PublicInbox::Eml'; my $inboxdir = $ENV{GIANT_INBOX_DIR}; plan skip_all => "GIANT_INBOX_DIR not defined for $0" unless $inboxdir;