Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-21 Thread Stefano Lattarini
On Tuesday 21 June 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Mon, Jun 20, 2011 at 10:58:05PM CEST: > > On Monday 20 June 2011, Ralf Wildenhues wrote: > > > For example the parallel BSD makes tend to reuse shells for running > > > the recipe commands; > > > > > But only for the com

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-20 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Mon, Jun 20, 2011 at 10:58:05PM CEST: > On Monday 20 June 2011, Ralf Wildenhues wrote: > > For example the parallel BSD makes tend to reuse shells for running > > the recipe commands; > > > But only for the commands in the same recipe, right? I think not. > > I'm not

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-20 Thread Stefano Lattarini
On Monday 20 June 2011, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Mon, Jun 20, 2011 at 10:26:06PM CEST: > > On Monday 20 June 2011, Ralf Wildenhues wrote: > > > Why not just split the whole documentation change into a followup patch > > > then? > > > > > Because that wo

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-20 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Mon, Jun 20, 2011 at 10:26:06PM CEST: > On Monday 20 June 2011, Ralf Wildenhues wrote: > > Why not just split the whole documentation change into a followup patch > > then? > > > Because that would only postpone, not avoid, the continous tweaking and > amen

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-20 Thread Stefano Lattarini
On Monday 20 June 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Fri, Jun 17, 2011 at 09:33:13AM CEST: > > On Friday 17 June 2011, Ralf Wildenhues wrote: > > > > > Actually, why not s/testcase/test/g globally in all your text. > > > > > Because I'm trying to make a distinction between

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-19 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Jun 17, 2011 at 09:33:13AM CEST: > On Friday 17 June 2011, Ralf Wildenhues wrote: > > > Actually, why not s/testcase/test/g globally in all your text. > > > Because I'm trying to make a distinction between test scripts and > test cases. With the new interface, a

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-17 Thread Stefano Lattarini
On Friday 17 June 2011, Stefano Lattarini wrote: > And attached is what I've squashed in. > > Regards, > Stefano > And this further squash-in is required to fix a spurious failure due to the rename pt-driver -> test-driver. Sorry for the noise, Stefano -*-*- diff --git a/ChangeLog b/Chan

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-17 Thread Stefano Lattarini
[Reporting my whole previous answer] On Friday 17 June 2011, Stefano Lattarini wrote: > On Friday 17 June 2011, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Thu, Jun 16, 2011 at 10:03:59AM CEST: > > > With this change, we improve the code creating the `test-suite.log' > > > global log a

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-17 Thread Stefano Lattarini
On Friday 17 June 2011, Stefano Lattarini wrote: > On Friday 17 June 2011, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Thu, Jun 16, 2011 at 10:03:59AM CEST: > > > With this change, we improve the code creating the `test-suite.log' > > > global log and the console testsuite summary to ma

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-17 Thread Stefano Lattarini
On Friday 17 June 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Thu, Jun 16, 2011 at 10:03:59AM CEST: > > With this change, we improve the code creating the `test-suite.log' > > global log and the console testsuite summary to make it able to > > grasp multiple results per test scr

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-16 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Jun 17, 2011 at 08:37:59AM CEST: > * Stefano Lattarini wrote on Thu, Jun 16, 2011 at 10:03:59AM CEST: > > The implementation makes use of a custom reStructuredText field > > `:am-testcase-result:'. > > Why an Automake-specific name here? This is user facing, it sho

Re: [PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-16 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Thu, Jun 16, 2011 at 10:03:59AM CEST: > With this change, we improve the code creating the `test-suite.log' > global log and the console testsuite summary to make it able to > grasp multiple results per test script. This is required in order > to introduce the pl

[PATCH v4 3/3] parallel-tests: allow each test to have multiple results

2011-06-16 Thread Stefano Lattarini
With this change, we improve the code creating the `test-suite.log' global log and the console testsuite summary to make it able to grasp multiple results per test script. This is required in order to introduce the planned support for test protocols, like TAP and SubUnit, which can run multiple te