</ul>
<h2>Steps</h2>
<table rules=all>
-<tr><th>stepno</th><th>testid</th><th>script</th><th>status</th>
-<th>started</th><th>duration</th></tr>
+<tr><th>stepno</th><th>testid</th><th>script</th><th>started</th>
+<th>status</th><th>duration</th></tr>
END
my %issteplog;
$stepcol->('testid', '');
$stepcol->('step', '');
+ printf H "<td>%s</td>", show_abs_time $step->{started};
+
my $st= $step->{status};
my $logfilename= "$step->{stepno}.$step->{step}.log";
printf H "<td bgcolor='%s'><a href='%s'>%s</a></td>",
encode_entities($st);
$issteplog{$logfilename}= 1;
- printf H "<td>%s</td>", show_abs_time $step->{started};
-
if (defined $step->{finished} && defined $step->{started}) {
printf H "<td align=right>%d</td>\n",
$step->{finished} - $step->{started};