From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 7AA891F4B4 for ; Fri, 1 Jan 2021 05:47:50 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] TEST_RUN_MODE=0 fixes Date: Thu, 31 Dec 2020 17:47:46 -1200 Message-Id: <20210101054750.6771-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Oops :x I should use TEST_RUN_MODE more often to give my hands a rest. None of these surface with the quick "check-run" target Eric Wong (4): search: do not use $QP_FLAGS until Xapian is loaded t/lei: fix TEST_RUN_MODE=0, simplify oneshot fallback test import: unset GIT_CONFIG with `git config --global' treewide: reduce load_xapian* callsites lib/PublicInbox/Import.pm | 1 + lib/PublicInbox/LEI.pm | 1 - lib/PublicInbox/LeiStore.pm | 5 +---- lib/PublicInbox/Search.pm | 2 +- t/indexlevels-mirror.t | 4 +--- t/lei-oneshot.t | 17 ----------------- t/lei.t | 29 +++++++++++++++++------------ t/replace.t | 3 +-- 8 files changed, 22 insertions(+), 40 deletions(-)