Re: Parallel test execution: new option `parallel-tests': [1/4]

2008-10-18 Thread Ralf Wildenhues
Hi Akim, again, thanks for your and Jim's valuable feedback! * Akim Demaille wrote on Thu, Oct 16, 2008 at 04:58:48PM CEST: The logic to create this kind of message is really complex, and in retrospect, I don't think that the message delivered is much easier to read than something more

Re: Parallel test execution: new option `parallel-tests': [1/4]

2008-10-16 Thread Akim Demaille
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: +case fail=$$fail:xpass=$$xpass:xfail=$$xfail in \ + fail=0:xpass=0:xfail=0) \ +msg=$$All$$all $$tests passed. ; \ +exit=true;;