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 4C9D36DE147C for ; Tue, 4 Aug 2015 07:36:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.514 X-Spam-Level: X-Spam-Status: No, score=0.514 tagged_above=-999 required=5 tests=[AWL=-0.230, URIBL_SBL=0.644, URIBL_SBL_A=0.1] 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 WOh0ywXPNifD for ; Tue, 4 Aug 2015 07:35:58 -0700 (PDT) Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 79F216DE140C for ; Tue, 4 Aug 2015 07:35:58 -0700 (PDT) Received: from remotemail by gitolite.debian.net with local (Exim 4.80) (envelope-from ) id 1ZMdJN-0001p8-QQ; Tue, 04 Aug 2015 14:35:25 +0000 Received: (nullmailer pid 22663 invoked by uid 1000); Tue, 04 Aug 2015 14:35:11 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH] test: use the python interpreter in sh.config In-Reply-To: <1438497655-15446-1-git-send-email-david@tethera.net> References: <87mw0agsp7.fsf@maritornes.cs.unb.ca> <1438497655-15446-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Tue, 04 Aug 2015 16:35:11 +0200 Message-ID: <87vbcvm89s.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: Tue, 04 Aug 2015 14:36:00 -0000 David Bremner writes: > The configure script chooses "python" if both python and python{2,3} > exist exists, so this could change the version of python used to run > the test suite. > > The checking for ${NOTMUCH_PYTHON} in the test suite is arguably > over-engineering, since the configure step will fail if it can't find > it. pushed. d