Hi all,
If you are like me and just want the failing tests, do this:
save the attachment somewhere (I use ~/src/launchpad)
I've created a helper function that I've put in my .bashrc file:
function lp-failing
{
zcat $1 | subunit-filter --no-passthrough --no-skip | subunit-ls | uniq
}
then you can go:
$ lp-failing <attachment-file>
HTH,
Tim
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-dev
More help : https://help.launchpad.net/ListHelp