X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fmem-msgview.t;h=dceb24b2386a322fa2ad0d806c2bc96f0c379fc5;hb=2186e8a06ca468f89a22fb66d8b337fa7bc0d8de;hp=bffb1768b9e57cafcd135b16a69b8232296480da;hpb=80e819ceebf922ecda684cc8ef0848ddc709a73c;p=public-inbox.git diff --git a/xt/mem-msgview.t b/xt/mem-msgview.t index bffb1768..dceb24b2 100644 --- a/xt/mem-msgview.t +++ b/xt/mem-msgview.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # Note: this may be altered as-needed to demonstrate improvements. # See history in git for this file. @@ -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";