From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Question about running the tests Date: Fri, 10 Feb 2017 14:16:43 +0100 Message-ID: <84shnm18zo.fsf@tm6592> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccB4O-00080p-18 for emacs-orgmode@gnu.org; Fri, 10 Feb 2017 08:17:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccB4K-0001Rs-Qj for emacs-orgmode@gnu.org; Fri, 10 Feb 2017 08:17:00 -0500 Received: from [195.159.176.226] (port=45782 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ccB4K-0001Rg-JV for emacs-orgmode@gnu.org; Fri, 10 Feb 2017 08:16:56 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ccB4B-0001Lv-L7 for emacs-orgmode@gnu.org; Fri, 10 Feb 2017 14:16:47 +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 Hi Carsten, > I am trying to run the test suite (never tried before) and I am running > into problems. > Can anyone see what is going wrong here? > [org-mode] Sir? make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs > test-dirty > > install -m 755 -d > /var/folders/82/xcvgb4057p7fj72g12rdxvsm0000gp/T//tmp-orgtest > > TMPDIR=/var/folders/82/xcvgb4057p7fj72g12rdxvsm0000gp/T//tmp-orgtest > /Applications/Emacs.app/Contents/MacOS/Emacs -Q -batch --eval '(setq > vc-handled-backends nil org-startup-folded nil)' --eval '(add-to-list > '"'"'load-path (concat default-directory "lisp"))' --eval '(add-to-list > '"'"'load-path (concat default-directory "testing"))' -l > org-batch-test-init --eval '(setq org-batch-test t org-babel-load-languages > (quote ( (awk . t) (C . t) (fortran . t) (maxima . t) (lilypond . t) > (octave . t) (python . t) (sh . t) (perl . t) (emacs-lisp . t) (shell > . t) (org . t))) org-test-select-re "\\(org\\|ob\\)" )' -l org-loaddefs.el > -l cl -l testing/org-test.el -l ert -l org -l ox --eval > '(org-test-run-batch-tests org-test-select-re)' > > Cannot open load file: no such file or directory, ob-sh > Guess: It's the "sh". There is no ob-sh anymore. "sh" is now "shell". Best regards Marco