launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #03956
Getting the failing tests out of the ec2 failures emails
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
Follow ups