about summary refs log tree commit homepage
path: root/t/lei-convert.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lei-convert.t')
-rw-r--r--t/lei-convert.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/lei-convert.t b/t/lei-convert.t
index 186cfb13..e147715d 100644
--- a/t/lei-convert.t
+++ b/t/lei-convert.t
@@ -60,7 +60,8 @@ test_lei({ tmpdir => $tmpdir }, sub {
         PublicInbox::MdirReader::maildir_each_eml("$d/md", sub {
                 push @md, $_[2];
         });
-        is(scalar(@md), scalar(@mboxrd), 'got expected emails in Maildir');
+        is(scalar(@md), scalar(@mboxrd), 'got expected emails in Maildir') or
+                diag $lei_err;
         @md = sort { ${$a->{bdy}} cmp ${$b->{bdy}} } @md;
         @mboxrd = sort { ${$a->{bdy}} cmp ${$b->{bdy}} } @mboxrd;
         my @rd_nostatus = map {