X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/6afbb6cd03d9ebb67471da53e06aff5efe348555..28b11dc13f36ebe4e6835e5593dfb3e448142d5e:/cgi-bin/show_history.pl diff --git a/cgi-bin/show_history.pl b/cgi-bin/show_history.pl index 50b1bf3..822ec8e 100755 --- a/cgi-bin/show_history.pl +++ b/cgi-bin/show_history.pl @@ -3,6 +3,7 @@ =comment Copyright (c) 2003-2010, Andrew Dunstan +Copyright (c) 2022, The Exim Maintainers See accompanying License file for license details @@ -58,7 +59,7 @@ my $statement = qq{ and branch = ? ) SELECT (now() at time zone 'GMT')::timestamp(0) - x.snapshot as when_ago, - x.sysname, x.snapshot, x.status, x.stage, s.log_text + x.sysname, x.snapshot, x.status, x.stage, s.log_text, x.git_head_ref FROM x LEFT JOIN build_status_log s ON x.snapshot = s.snapshot AND s.log_stage = 'test-results.log'