From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: [Guile-commits] GNU Guile branch, wip-1-8-mingw-build, updated. release_1-8-7-22-g7edad77 Date: Sun, 07 Mar 2010 22:30:55 +0000 Message-ID: <877hpnwyqo.fsf@ossau.uklinux.net> References: <87hbot146m.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1268001108 7473 80.91.229.12 (7 Mar 2010 22:31:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 7 Mar 2010 22:31:48 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Mar 07 23:31:43 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NoP0g-0005M6-FW for guile-devel@m.gmane.org; Sun, 07 Mar 2010 23:31:42 +0100 Original-Received: from localhost ([127.0.0.1]:35241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoP0f-0000b7-KW for guile-devel@m.gmane.org; Sun, 07 Mar 2010 17:31:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoP0K-0000Sd-2W for guile-devel@gnu.org; Sun, 07 Mar 2010 17:31:20 -0500 Original-Received: from [140.186.70.92] (port=38645 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoP0J-0000S2-69 for guile-devel@gnu.org; Sun, 07 Mar 2010 17:31:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoP0H-00015P-UE for guile-devel@gnu.org; Sun, 07 Mar 2010 17:31:18 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:58501) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NoP0H-00015L-Q0; Sun, 07 Mar 2010 17:31:17 -0500 Original-Received: from arudy (host86-182-154-126.range86-182.btcentralplus.com [86.182.154.126]) by mail3.uklinux.net (Postfix) with ESMTP id DE2061F667B; Sun, 7 Mar 2010 22:31:16 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 720A43801F; Sun, 7 Mar 2010 22:30:56 +0000 (GMT) In-Reply-To: <87hbot146m.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Sat, 06 Mar 2010 23:22:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10036 Archived-At: ludo@gnu.org (Ludovic Court=A8=A8s) writes: > Hi Neil, > > "Neil Jerram" writes: > >> commit f41529c37b4a740aa555741ca78faa55fafcb3c0 >> Author: Neil Jerram >> Date: Tue Mar 2 23:23:52 2010 +0000 >> >> Make test scripts check GUILE environment variable >>=20=20=20=20=20 >> So that they use the guile (or guile.exe, in the MinGW case) that was >> just built, and not just any guile that can be found in the PATH. > > The =A1=AETESTS_ENVIRONMENT=A1=AF variable in =A1=AEtest-suite/standalone= /Makefile.am=A1=AF > normally ensures that tests are run with the just-built guile, when run > with =A1=AEmake check=A1=AF. Thanks. I'll look into this more carefully then. Neil