From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uvius Subject: 7.9.2: no testing directory Date: Sat, 27 Oct 2012 04:44:50 +0200 Message-ID: <508B4AA2.50001@gmx.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------020809080406080401070307" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRwOR-0001nu-CG for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 22:45:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRwOQ-0005Gb-CI for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 22:44:59 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:53385) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TRwOQ-0005GA-2c for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 22:44:58 -0400 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 This is a multi-part message in MIME format. --------------020809080406080401070307 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Following the installation instructions in the manual I failed at 'make test' with this message: Cannot open load file: testing/org-test.el make: *** [test] Error 255 Indeed, the testing directory is not present in the org-7.9.2.tar.gzand therefore not in the org-mode top directory, whereas it ispresent in the daily snapshot. Is this a bug or is testing assumed to only be necessary for non-stable versions? Uvius --------------020809080406080401070307 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Following the installation instructions in the manual I failed at 'make test' with
this message:

Cannot open load file: testing/org-test.el
make: *** [test] Error 255

Indeed, the testing directory is not present in the org-7.9.2.tar.gz and therefore not
in the org-mode top directory, whereas it is present in the daily snapshot. Is this a bug
or is testing assumed to only be necessary for non-stable versions?

Uvius

 
--------------020809080406080401070307-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: 7.9.2: no testing directory Date: Sat, 27 Oct 2012 09:10:00 +0200 Message-ID: <87625ws853.fsf@bzg.ath.cx> References: <508B4AA2.50001@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS0Wb-0008AY-Vc for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 03:09:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS0Wa-000769-Sw for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 03:09:41 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:54429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS0Wa-000765-L7 for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 03:09:40 -0400 Received: by mail-wi0-f169.google.com with SMTP id hq4so871329wib.0 for ; Sat, 27 Oct 2012 00:09:40 -0700 (PDT) In-Reply-To: <508B4AA2.50001@gmx.de> (uvius@gmx.de's message of "Sat, 27 Oct 2012 04:44:50 +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: Uvius Cc: emacs-orgmode@gnu.org Uvius writes: > Following the installation instructions in the manual I failed at > 'make test' with > this message: > > Cannot open load file: testing/org-test.el > make: *** [test] Error 255 > > Indeed, the testing directory is not present in the org-7.9.2.tar.gz > and therefore not > in the org-mode top directory, whereas it is present in the daily > snapshot. Is this a bug > or is testing assumed to only be necessary for non-stable versions? This was a bug in the documentation, I just fix it. "make test" is available when cloning Org from git, not in the main distribution. Thanks for reporting this, -- Bastien