]> Sergey Matveev's repositories - public-inbox.git/commit
tests: fix running without SQLite or Xapian
authorEric Wong <e@80x24.org>
Sat, 4 Jan 2020 21:37:52 +0000 (21:37 +0000)
committerEric Wong <e@80x24.org>
Sat, 4 Jan 2020 22:08:08 +0000 (22:08 +0000)
commitcb850caf867e3e6920233c1c1ab7120cac054af8
tree3fae0ca287eb514312cecd441ebda7b3ec6e7426
parent9c6dbb636ae2738c4b5d5b96752b7433be0d7b62
tests: fix running without SQLite or Xapian

PublicInbox::Search always loads DBD::SQLite, so we
can't blindly "use" it in t/xcpdb-reshard.t.  We also
need to account for that in TestCommon.
lib/PublicInbox/TestCommon.pm
t/xcpdb-reshard.t