about summary refs log tree commit homepage
path: root/xt/imapd-validate.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/imapd-validate.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/imapd-validate.t')
-rw-r--r--xt/imapd-validate.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/xt/imapd-validate.t b/xt/imapd-validate.t
index aeeb43b9..9a56c2d0 100644
--- a/xt/imapd-validate.t
+++ b/xt/imapd-validate.t
@@ -13,6 +13,7 @@ plan skip_all => "GIANT_INBOX_DIR not defined for $0" unless $inbox_dir;
 # how many emails to read into memory at once per-process
 my $BATCH = $ENV{TEST_BATCH} // 100;
 my $REPEAT = $ENV{TEST_REPEAT} // 1;
+diag "TEST_BATCH=$BATCH TEST_REPEAT=$REPEAT";
 
 require_mods(qw(Mail::IMAPClient));
 my $imap_client = 'Mail::IMAPClient';