From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Test failure Date: Wed, 14 Feb 2018 14:19:13 -0500 Message-ID: <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]:46822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1em2ak-0000Km-0X for emacs-orgmode@gnu.org; Wed, 14 Feb 2018 14:19:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1em2ag-0004qH-9N for emacs-orgmode@gnu.org; Wed, 14 Feb 2018 14:19:41 -0500 Received: from [195.159.176.226] (port=38115 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1em2ag-0004pq-1G for emacs-orgmode@gnu.org; Wed, 14 Feb 2018 14:19:38 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1em2YS-0004s2-Ed for emacs-orgmode@gnu.org; Wed, 14 Feb 2018 20:17:20 +0100 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: emacs-orgmode@gnu.org 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. -- Nick