From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Test failure Date: Thu, 15 Feb 2018 15:06:07 +0100 Message-ID: <87k1veibzk.fsf@nicolasgoaziou.fr> References: <87bmgrmlam.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emKAy-0008Fa-L9 for emacs-orgmode@gnu.org; Thu, 15 Feb 2018 09:06:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emKAs-00038A-Ix for emacs-orgmode@gnu.org; Thu, 15 Feb 2018 09:06:16 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:57348) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1emKAs-00036W-DO for emacs-orgmode@gnu.org; Thu, 15 Feb 2018 09:06:10 -0500 In-Reply-To: <87bmgrmlam.fsf@alphaville.usersys.redhat.com> (Nick Dokos's message of "Wed, 14 Feb 2018 14:19:13 -0500") 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" To: Nick Dokos Cc: emacs-orgmode@gnu.org Hello, Nick Dokos writes: > Org mode version 9.1.6 (release_9.1.6-474-g58da7d @ /home/nick/elisp/org-mode/lisp/) > > I updated to the above and got two test failures: > > ,---- > | 2 unexpected results: > | FAILED test-org-publish/base-extension > | FAILED test-org-publish/get-project-from-filename > `---- > > Details on the first one: > > ,---- > | Test test-org-publish/base-extension condition: > | (file-missing "Opening input file" "No such file or directory" "/home/nick/src/emacs/org/org-mode/testing/examples/pub/link") > `---- > > Presumably, that's because that path name is a symlink that does not resolve on my system: > > ,---- > | /home/nick/src/emacs/org/org-mode/testing/examples/pub: > | total used in directory 20 available 8850228 > | drwxrwxr-x. 3 nick nick 90 Feb 14 13:59 . > | drwxrwxr-x. 7 nick nick 4096 Feb 14 13:59 .. > | -rw-rw-r--. 1 nick nick 111 Oct 31 16:42 a.org > | -rw-rw-r--. 1 nick nick 104 Nov 15 16:00 b.org > | -rw-rw-r--. 1 nick nick 5 Oct 27 09:14 file.txt > | lrwxrwxrwx. 1 nick nick 51 Feb 14 13:57 link -> /home/ngz/dev/org-mode/testing/examples/pub-symlink > | -rw-rw-r--. 1 nick nick 12 Oct 27 09:14 noextension > | drwxrwxr-x. 2 nick nick 19 Feb 14 13:59 sub > `---- > > > The second one fails because of this as well: it's looking for > .../examples/pub/link/link.org. It looks like I created absolute symlinks instead of relative ones. Could you confirm it is now fixed? Thank you. Regards, -- Nicolas Goaziou