about summary refs log tree commit homepage
path: root/t/lei-externals.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-21 07:41:31 +0000
committerEric Wong <e@80x24.org>2021-02-21 08:59:31 +0000
commit07bb4d74f25b0c2c14a8762905087be5a0f7e934 (patch)
tree08682fc7399e8d094a86fce3586270f652a4e088 /t/lei-externals.t
parent3b2b02a411b161e2392c3a5b1c376c83573b027e (diff)
downloadpublic-inbox-07bb4d74f25b0c2c14a8762905087be5a0f7e934.tar.gz
This is a step which will allow us to parallelize augment
on Maildir and IMAP.
Diffstat (limited to 't/lei-externals.t')
-rw-r--r--t/lei-externals.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/lei-externals.t b/t/lei-externals.t
index edfbb2bf..02b15232 100644
--- a/t/lei-externals.t
+++ b/t/lei-externals.t
@@ -186,7 +186,8 @@ SKIP: {
                 my @s = grep(/^Subject:/, $cat->());
                 is(scalar(@s), 1, "1 result in mbox$sfx");
                 $lei->('q', '-a', '-o', "mboxcl2:$f", 's:see attachment');
-                is(grep(!/^#/, $lei_err), 0, 'no errors from augment');
+                is(grep(!/^#/, $lei_err), 0, 'no errors from augment') or
+                        diag $lei_err;
                 @s = grep(/^Subject:/, my @wtf = $cat->());
                 is(scalar(@s), 2, "2 results in mbox$sfx");