On Jan 4, 2013, at 11:24 AM, Kevin A. McGrail <[email protected]> wrote: > > > OK, so we are consistently failing this test on Jenkins > > https://builds.apache.org/job/SpamAssassin-trunk/8284/testReport/make_test/t_uribl_all_types_t/test______2/ > > And I don't know if we can get the output log. >
One thing you could do is modify the tests/jenkins to archive the logs so that you can go to the web interface and review them. I'd actually be surprised if that wasn't already done. It's been awhile since I messed with the source, but I think just adding a tar czvf log_output.tgz WORKDIR/t/log/* or whatever the path actually is, would get you a .tgz of the logs and then modify the Jenkins config to archive that file along with the results. Michael
