From mboxrd@z Thu Jan 1 00:00:00 1970 From: nils.carlson@ludd.ltu.se (Nils Carlson) Date: Mon, 31 May 2010 09:17:18 +0200 (MEST) Subject: [ltt-dev] UST: Test case patch [0/1] In-Reply-To: <4BFFE879.3000902@polymtl.ca> References: <20100526151524.GB2616@Krystal> <4BFFE879.3000902@polymtl.ca> Message-ID: On Fri, 28 May 2010, Pierre-Marc Fournier wrote: > On 05/28/2010 04:56 AM, Nils Carlson wrote: > > On Wed, 26 May 2010, Mathieu Desnoyers wrote: > > > >> * Nils Carlson (nils.carlson at ludd.ltu.se) wrote: > >>> A rather long patch to change the test cases found in runtests to emit TAP > >>> output. > >>> > >>> Review as needed though as it's test cases maybe apply and see how it > >>> runs? The tap.sh library comes from the TAP homepage. > >> > >> It would be good to add licensing information on top of these files > >> (e.g. released under GPLv2). > > > > Ok, done... Please pull from > > git://tipc.cslab.ericsson.net/pub/git/people/nils/ust.git nils_next > > > > Hope that address works for you! > > > > Very nice! Merged. The url works. > > Do you use a specific tool to parse the output? We use the perl parser, woven into out own test framework. TAP::Parser. Makes it easy to generate reports and webpages with test results. Cheers, Nils