From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6DA3AEyCAWDmTQAA0tVLHw (envelope-from ) for ; Fri, 15 Jan 2021 11:53:48 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id SAGTN0uCAWAAUwAAB5/wlQ (envelope-from ) for ; Fri, 15 Jan 2021 11:53:47 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (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 7391B9403AA for ; Fri, 15 Jan 2021 11:53:47 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id E09F229D05; Fri, 15 Jan 2021 06:53:42 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 2E73E2829B for ; Fri, 15 Jan 2021 06:53:38 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 1B56F5FF47; Fri, 15 Jan 2021 06:53:38 -0500 (EST) Received: (nullmailer pid 1469094 invoked by uid 1000); Fri, 15 Jan 2021 11:53:37 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH 02/36] test/T391-python-cffi In-Reply-To: <87zh1a2zau.fsf@tethera.net> References: <20210103233547.122707-1-david@tethera.net> <20210103233547.122707-3-david@tethera.net> <87zh1a2zau.fsf@tethera.net> Date: Fri, 15 Jan 2021 07:53:37 -0400 Message-ID: <87wnwe2z7i.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: TRUHBFHOSQSVWSXUKWSSHXC3QFE353F5 X-Message-ID-Hash: TRUHBFHOSQSVWSXUKWSSHXC3QFE353F5 X-MailFrom: david@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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.57 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: 7391B9403AA X-Spam-Score: -0.57 X-Migadu-Scanner: scn0.migadu.com X-TUID: oxvqJaEiq5jE David Bremner writes: > David Bremner writes: > >> Make bindings test verbose. This helps in debugging. >> --- > > Applied first two patches (#1 amended per Tomi's suggestion) to master > Except I missed the extra space. Sigh.