From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: [bug] regression tests broken Date: Sat, 12 Nov 2011 18:22:40 +0000 Message-ID: References: <87bosil4hi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPIEE-00027f-Hq for emacs-orgmode@gnu.org; Sat, 12 Nov 2011 13:22:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPIED-0002qG-7n for emacs-orgmode@gnu.org; Sat, 12 Nov 2011 13:22:58 -0500 Received: from lo.gmane.org ([80.91.229.12]:53066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPIED-0002q9-29 for emacs-orgmode@gnu.org; Sat, 12 Nov 2011 13:22:57 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RPIEB-00053t-Tg for emacs-orgmode@gnu.org; Sat, 12 Nov 2011 19:22:55 +0100 Received: from 88-96-171-138.dsl.zen.co.uk ([88.96.171.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Nov 2011 19:22:55 +0100 Received: from martyn.jago by 88-96-171-138.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Nov 2011 19:22:55 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Eric Eric Schulte writes: > Hi Martyn, > > I have all tests passing in a branch in the Org-mode git repo (which I > plan to merge into master soon). Could you try a run of this on the > standard-code-block-syntax branch? I've added the standard-code-block-syntax branch to my test server, and have configured notification so that you will be informed via email on failure. Unfortunately, the branch is currently failing, as are all other builds including my test-branch. I will try to take a look tomorrow on why three tests are failing. > As a side note, how automated is your crusecontrol.rb setup? Would you > recommend this as a way to run automated tests on the Org-mode server > after every git commit? It is completely autonomous, git-pulling, cleaning, building, building docs, and running tests within 10 minutes or so of a fresh commit to the Org repository. Builds are serialized. I would certainly recommend it as an easy way of setting up a test server, since everything you need is built-in, such as email notification (notifying the list is of course a possibility), RSS, and rapid backtrace investigation etc. I have come across other gnu projects that use cruisecontrolrb. Your server would need Ruby installed (I use v1.9.2), but installation should be straight-forward since I have already written the scripts, which is fairly simple anyway. Hope that helps Best Martyn > Thanks -- Eric > > Martyn Jago writes: > >> Hi >> >> All automated regression tests broken since 7720786 commit >> >> http://martynjago.com:3333 >> >> Best, Martyn >> >>