about summary refs log tree commit homepage
path: root/xt/mem-msgview.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/mem-msgview.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/mem-msgview.t')
-rw-r--r--xt/mem-msgview.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/xt/mem-msgview.t b/xt/mem-msgview.t
index bffb1768..c09afde0 100644
--- a/xt/mem-msgview.t
+++ b/xt/mem-msgview.t
@@ -13,6 +13,7 @@ my @mods = qw(DBD::SQLite BSD::Resource PublicInbox::WWW);
 require_mods(@mods);
 use_ok($_) for @mods;
 my $lines = $ENV{NR_LINES} // 50000;
+diag "NR_LINES=$lines";
 my ($tmpdir, $for_destroy) = tmpdir();
 my $inboxname = 'big';
 my $inboxdir = "$tmpdir/big";