From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id RkRvBd3RN18yUwAA0tVLHw (envelope-from ) for ; Sat, 15 Aug 2020 12:15:25 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id OMq7AN3RN1/ADgAAbx9fmQ (envelope-from ) for ; Sat, 15 Aug 2020 12:15:25 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D1F16940142 for ; Sat, 15 Aug 2020 12:15:22 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id DF59929B96; Sat, 15 Aug 2020 08:15:14 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 13C9F29B31 for ; Sat, 15 Aug 2020 08:15:12 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 9D1C65FDE2; Sat, 15 Aug 2020 08:15:11 -0400 (EDT) Received: (nullmailer pid 69496 invoked by uid 1000); Sat, 15 Aug 2020 12:15:09 -0000 From: David Bremner To: Teemu Likonen , notmuch@notmuchmail.org Cc: David Bremner Subject: [PATCH] test: update README to reflect dropping upgrade tests Date: Sat, 15 Aug 2020 09:15:05 -0300 Message-Id: <20200815121505.69446-1-david@tethera.net> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200815105127.7431-1-tlikonen@iki.fi> References: <20200815105127.7431-1-tlikonen@iki.fi> MIME-Version: 1.0 Message-ID-Hash: GFOOBZ4R4UIBVD4PSPG5ZUZXCXLYCTQL X-Message-ID-Hash: GFOOBZ4R4UIBVD4PSPG5ZUZXCXLYCTQL X-MailFrom: bremner@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.03 X-TUID: qH9ICSvMJ6+Q These test databases have been unneeded since ee897cab8. --- You're correct that the README needs updating, but download-corpus is for the performance tests. test/README | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/README b/test/README index 3f54af58..11eaf18f 100644 --- a/test/README +++ b/test/README @@ -79,14 +79,6 @@ The following command-line options are available when running tests: As the names depend on the tests' file names, it is safe to run the tests with this option in parallel. -Certain tests require precomputed databases to complete. You can fetch these -databases with - - make download-test-databases - -If you do not download the test databases, the relevant tests will be -skipped. - When invoking the test suite via "make test" any of the above options can be specified as follows: -- 2.28.0