X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Findexlevels-mirror.t;h=e606e79b183e8a96ac64555c3cfe1b9d6778723e;hb=dd80dcaa1e46543893de533938a1651639f91f10;hp=bd140cc427ba7c1a980c728bc89189344067547b;hpb=b38ffe92ee5ccb5eb4e5892e8cafba85303cadfc;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; } };