Daniel Shahaf wrote on Thu, Jul 15, 2010 at 00:35:39 +0300: > Hyrum K. Wright wrote on Wed, Jul 14, 2010 at 15:28:57 +0100: > > I think that ideally, one could click on a link, and see something like: > > > > [[[ > > Failed tests: > > authz_test-1 > > basic_test-17 > > merge_test-582 > > ... > > > > Complete logs: > > authz_tests > > basic_tests > > copy_tests > > ... > > ]]] > > > > Does buildbot support a separate "failed tests" section? >
Never mind; we could have a script copy the logs of the failed tests from the big tests.log into a separate failed-tests.log. i.e., we'd have "stdio", "testlog", and "testlog.fails-only" links. (This approach is also better than the patch posted upthread.) How to make this live? Is this something for each slave to configure for itself? Daniel