Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 22BA66DE0AD1 for ; Mon, 8 Jun 2015 07:51:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.207 X-Spam-Level: X-Spam-Status: No, score=0.207 tagged_above=-999 required=5 tests=[AWL=0.207] 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 B8uNq6bHBMWD for ; Mon, 8 Jun 2015 07:51:29 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 2B4F16DE0AC7 for ; Mon, 8 Jun 2015 07:51:29 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1Z1yNz-0000U6-Aw; Mon, 08 Jun 2015 14:50:47 +0000 Received: (nullmailer pid 8785 invoked by uid 1000); Mon, 08 Jun 2015 14:50:28 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH 3/4] test: use the python interpreter in sh.configure In-Reply-To: <1432412927-8373-4-git-send-email-david@tethera.net> References: <1432412927-8373-1-git-send-email-david@tethera.net> <1432412927-8373-4-git-send-email-david@tethera.net> User-Agent: Notmuch/0.20+15~ga1b054b (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Mon, 08 Jun 2015 16:50:28 +0200 Message-ID: <87mw0agsp7.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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, 08 Jun 2015 14:51:31 -0000 David Bremner writes: > The configure script chooses "python" if it exists, so this could > change the version of python used to run the test suite. I pushed the other 3 patches in this series. This one at least needs a correction for the commit subject. d