On Wed, Jul 28, 2010 at 2:35 AM, Tim Penhey <[email protected]> wrote:
> On Wed, 28 Jul 2010 12:18:56 Tim Penhey wrote:
>> function lp-failing
>> {
>>   zcat $1 | subunit-filter --no-passthrough --no-skip | subunit-ls | uniq
>> }
>
> Actually, a sort before uniq is needed:
>
> function lp-failing
> {
>  zcat $1 | subunit-filter --no-passthrough --no-skip | subunit-ls | sort |
> uniq
> }

Right, but then I only had uniq there on IRC when debugging why you
saw 23 failures reported and only one test name. Thats a bug in
whatever is generating test names :)

As for not seeing the bodies in testr failing - testr failing
--subunit | subunit-ls | sort | uniq, will be your friend I think, for
now. We can of course make it better.

-Rob

_______________________________________________
Mailing list: https://launchpad.net/~launchpad-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to