X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Findexlevels-mirror.t;h=e606e79b183e8a96ac64555c3cfe1b9d6778723e;hb=3f017d96973875b651d7dc456840d62c35968e2c;hp=bd140cc427ba7c1a980c728bc89189344067547b;hpb=4ec05db787bfa6ec2a658d0f9ba3105b3acdca09;p=public-inbox.git diff --git a/t/indexlevels-mirror.t b/t/indexlevels-mirror.t index bd140cc4..e606e79b 100644 --- a/t/indexlevels-mirror.t +++ b/t/indexlevels-mirror.t @@ -158,7 +158,8 @@ my $import_index_incremental = sub { SKIP: { skip 'xapian-compact missing', 1 if !have_xapian_compact; my $cmd = [ qw(-compact), $mirror ]; - ok(run_script($cmd, undef, { 2 => \$err}), "compact $level"); + ok(run_script($cmd, undef, { 2 => \$err}), "compact $level") + or diag $err; } };