about summary refs log tree commit homepage
path: root/xt/eml_check_limits.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/eml_check_limits.t')
-rw-r--r--xt/eml_check_limits.t5
1 files changed, 4 insertions, 1 deletions
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;