]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/extsearch.t
extindex: avoid invalid blobs after unref
[public-inbox.git] / t / extsearch.t
index 896e270414bd8eff0e909fe2fbdacf291bec33cf..1b6235ba0eca3f8a1581c2e633da3c81b930e485 100644 (file)
@@ -375,7 +375,7 @@ if ('reindex catches content bifurcation') {
        is($oidx->max, $oldmax, 'oidx->max unchanged');
        $oidx->dbh_close;
        ok(run_script([qw(-extindex --reindex --all), "$home/extindex"],
-               undef, $opt), 'extindex --reindex');
+               undef, $opt), 'extindex --reindex') or diag explain($opt);
        $oidx->dbh;
        ok($oidx->max > $oldmax, 'oidx->max bumped');
        like($err, qr/split into 2 due to deduplication change/,