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 sKz+AzJV8l+xbQAA0tVLHw (envelope-from ) for ; Sun, 03 Jan 2021 23:37:22 +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 yC9UOzFV8l//bgAAbx9fmQ (envelope-from ) for ; Sun, 03 Jan 2021 23:37:21 +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 B9C6A94038E for ; Sun, 3 Jan 2021 23:37:21 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id B2BB329DB4; Sun, 3 Jan 2021 18:36:35 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 37B0C29D60 for ; Sun, 3 Jan 2021 18:36:10 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 2DD4F5FF47; Sun, 3 Jan 2021 18:36:10 -0500 (EST) Received: (nullmailer pid 126194 invoked by uid 1000); Sun, 03 Jan 2021 23:35:56 -0000 From: David Bremner To: notmuch@notmuchmail.org Cc: David Bremner Subject: [PATCH 02/36] test/T391-python-cffi Date: Sun, 3 Jan 2021 19:35:13 -0400 Message-Id: <20210103233547.122707-3-david@tethera.net> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210103233547.122707-1-david@tethera.net> References: <20210103233547.122707-1-david@tethera.net> MIME-Version: 1.0 Message-ID-Hash: KZ7INCQUMEQLG3YS4L76XGQBHPHEKMLT X-Message-ID-Hash: KZ7INCQUMEQLG3YS4L76XGQBHPHEKMLT 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.06 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: B9C6A94038E X-Spam-Score: -1.06 X-Migadu-Scanner: scn0.migadu.com X-TUID: EPAt9VvVTfnH Make bindings test verbose. This helps in debugging. --- test/T391-python-cffi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/T391-python-cffi.sh b/test/T391-python-cffi.sh index f961069b..d54bad27 100755 --- a/test/T391-python-cffi.sh +++ b/test/T391-python-cffi.sh @@ -10,5 +10,5 @@ fi test_begin_subtest "python cffi tests" pytest_dir=$NOTMUCH_BUILDDIR/bindings/python-cffi/build/stage printf "[pytest]\nminversion = 3.0\naddopts = -ra\n" > $pytest_dir/pytest.ini -test_expect_success "(cd $pytest_dir && ${NOTMUCH_PYTHON} -m pytest --log-file=$TMP_DIRECTORY/test.output)" +test_expect_success "(cd $pytest_dir && ${NOTMUCH_PYTHON} -m pytest --verbose --log-file=$TMP_DIRECTORY/test.output)" test_done -- 2.29.2