From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B1B526DE0F76 for ; Mon, 27 May 2019 16:08:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.272 X-Spam-Level: X-Spam-Status: No, score=-0.272 tagged_above=-999 required=5 tests=[AWL=-0.071, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lS9Ccg3HwEhj for ; Mon, 27 May 2019 16:08:23 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 20C0F6DE0F88 for ; Mon, 27 May 2019 16:08:23 -0700 (PDT) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019; t=1558998502; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=VNxUjEvoYD6pLkKUbmKeVKLz04XWMP8RX0ZbnPf38xo=; b=00pumnwiJeRvgHO0gbQdMb1ale/W/zaa8t90lKjokYz55CNjNR76Y7oq K6lGGASde/SHTTnuweZxprBbX/8wBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1558998502; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=VNxUjEvoYD6pLkKUbmKeVKLz04XWMP8RX0ZbnPf38xo=; b=GcFko47IQ0ddkywJth0a1qJkaogpBnGj6CsZY+YXKiSRmzpQ7itdoZT1 HGtp6d+rWJxtzun1BVpx5G0/546fGbp2F4MpuJE6u2WZ/JP6R3ap3PTNZY ztRQSj1U0Hi/MQjPlPZETcpH0/jtT6cxpSOj1t0LEXj6696450Rh9ur5c+ VMLznMticfN0vDyoMBPjGP0XXDp0L4sXMhUfuE/CEVaoYLVYvnKIHKlaVl 6c55QjCcGvEVe3moJR7LeemOby4gCNdqbNc9uFmA7uv3pC0XMH6VTs1buE iLllSw6NvXp4fGwbW6q+FA6jmT0OQ399UQKxH3rMoGXO6Tr3UgtMqw== Received: from fifthhorseman.net (cpe-74-71-53-242.nyc.res.rr.com [74.71.53.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id 55B92F99E for ; Mon, 27 May 2019 19:08:22 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 2739020312; Mon, 27 May 2019 19:08:18 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 2/2] NEWS: note parallel test suite Date: Mon, 27 May 2019 19:08:18 -0400 Message-Id: <20190527230818.26823-2-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190527230818.26823-1-dkg@fifthhorseman.net> References: <20190527230818.26823-1-dkg@fifthhorseman.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2019 23:08:23 -0000 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 999affc7..60a69936 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,13 @@ The minimum supported major version of Emacs is now 24. Support for GNU Emacs older than 25.1 is deprecated with this release, and may be removed in a future release. +Test Suite +---------- + +If either GNU parallel or moreutils parallel is installed, the tests +in the test suite will now be run in parallel (one per available +core). This can be disabled with NOTMUCH_TEST_SERIALIZE=1. + Notmuch 0.28.4 (2019-05-05) =========================== -- 2.20.1