[Python-Dev] Finding buildbot failures

Ezio Melotti ezio.melotti at gmail.com
Sat Feb 26 03:08:02 CET 2011


On 25/02/2011 20.10, Vinay Sajip wrote:
> What's the easiest way of finding which tests failed on buildbot builds? I mean,
> is there anything easier than using the Web interface to browse to failing
> builds and then looking at the stdio output in a browser?
>


You can try bbreport (http://code.google.com/p/bbreport/wiki/Screenshots):

hg clone https://bbreport.googlecode.com/hg/ bbreport
cd bbreport
python bbreport --help
python bbreport 3.x

(There is some issue with hg revision numbers that I haven't fixed yet, 
but the above command should work fine)

Best Regards,
Ezio Melotti


> Thanks,
>
> Vinay Sajip
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/ezio.melotti%40gmail.com
>



More information about the Python-Dev mailing list