From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: make test on Mac Date: Wed, 01 Aug 2012 18:00:47 +0200 Message-ID: <871ujq1u1c.fsf@altern.org> References: <873946ofmt.fsf@gnu.org> <87wr1i8y5d.fsf@gmx.com> <87txwmll1d.fsf@gnu.org> <87r4rq8x9j.fsf@gmx.com> <87lihyljqu.fsf@gnu.org> <87k3xi8w13.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwbLL-0000A8-7y for emacs-orgmode@gnu.org; Wed, 01 Aug 2012 12:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwbLK-0007zD-0S for emacs-orgmode@gnu.org; Wed, 01 Aug 2012 12:00:15 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:34665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwbLJ-0007ws-QG for emacs-orgmode@gnu.org; Wed, 01 Aug 2012 12:00:13 -0400 Received: by weys10 with SMTP id s10so5935235wey.0 for ; Wed, 01 Aug 2012 09:00:11 -0700 (PDT) In-Reply-To: <87k3xi8w13.fsf@gmx.com> (Eric Schulte's message of "Wed, 01 Aug 2012 09:35:52 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: Neuwirth Erich , Org Mode Eric Schulte writes: > `org-test-for-executable' signals it's own error, but if we > changed `org-test-for-executable' to return a boolean and then used your > example above it would be more readable. Perhaps -- what I mean is that if (org-test-for-executable "python") signal a missing dependancy, then test-ob-python.el should not be part of the testing suite. Do you see what I mean? -- Bastien