From: Ian Jackson Date: Fri, 29 May 2015 14:24:53 +0000 (+0000) Subject: sg-report-job-history: Show start time X-Git-Tag: wip.libvirt-v3-base~137 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=771c90bc7cfd473c5884d77400f02f5405ed53c4;p=people%2Fliuw%2Fosstest.git sg-report-job-history: Show start time Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- diff --git a/sg-report-job-history b/sg-report-job-history index 76cb146..bbb85fd 100755 --- a/sg-report-job-history +++ b/sg-report-job-history @@ -251,7 +251,8 @@ END print H "$title\n"; print H "

$title

\n"; print H ""; - print H "\n"; + print H "", + "\n"; print H "\n"; foreach my $c (@rev_grid_cols) { print H "\n"; @@ -264,6 +265,10 @@ END my $colour= "bgcolor=\"$r->{Colour}\""; my $altcolour= altcolour($alternate); print H ""; + my $started = $r->{Flight}{started}; + print H "\n"; my $flt= $r->{Flight}{flight}; $url= "$c{ReportHtmlPubBaseUrl}/$flt"; print H "\n";
flightbranchfailure
startedflightbranchfailure", (join ", ", @hostvarcols), "".encode_entities($c)."
"; + print H show_abs_time $started if $started; + print H "$flt