From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Test failures Date: Tue, 15 Jul 2014 07:44:53 +0000 (UTC) Message-ID: References: <87wqbf2tb7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6xQL-0008CE-Ep for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 03:45:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6xQD-0007bg-W2 for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 03:45:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:42160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6xQD-0007aq-R1 for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 03:45:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X6xQ8-0000b2-Hn for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 09:45:04 +0200 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jul 2014 09:45:04 +0200 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jul 2014 09:45:04 +0200 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: emacs-orgmode@gnu.org Nick Dokos gmail.com> writes: > Apparently these tests assume that the org info file can be found, but > the `make clea'n that is done at the beginning of make test wipes it > out. That's probably because I'm working out of the cloned git tree, but > if possible, I would like `make test' to work in that case. My > workaround for now is to add `make info' in targets.mk: Actually it needs just about _any_ Org info file, it's not looking specifically for the one from the Git tree, but depending on how your Emacs installation looks like it may not find one. I really don't think this is a good test anyway, but pulling in the info target (as a dependency, not as an actual make invocation) is too heavy-handed. The test should actually provide the info file (and set up info path) specifically for testing, patches welcome. Regards, Achim.