]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/indexlevels-mirror.t
extindex: -xcpdb and -compact support
[public-inbox.git] / t / indexlevels-mirror.t
index bd140cc427ba7c1a980c728bc89189344067547b..e606e79b183e8a96ac64555c3cfe1b9d6778723e 100644 (file)
@@ -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;
        }
 };