about summary refs log tree commit homepage
path: root/xt/eml_check_limits.t
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-10 07:04:44 +0000
committerEric Wong <e@yhbt.net>2020-06-13 07:55:45 +0000
commit27f17d80e4e8e15b5e7d50045b1853ec7bdb4b3b (patch)
tree943bd870bdae4690f3b18052a90465702d816afa /xt/eml_check_limits.t
parent3be137e00841a1b888e9b6bbbd371a040c865bab (diff)
downloadpublic-inbox-27f17d80e4e8e15b5e7d50045b1853ec7bdb4b3b.tar.gz
This will make it easier to show parameters used for testing
and potential tweaks to be made.
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;