[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 239)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Wed Jun 16 14:30:33 CDT 2010
User: knarf
Date: 2010/06/16 02:30 PM
Modified:
/release-info/
parse_testsuite_results.cgi
Log:
cosmetic change
File Changes:
Directory: /release-info/
=========================
File [modified]: parse_testsuite_results.cgi
Delta lines: +2 -2
===================================================================
--- release-info/parse_testsuite_results.cgi 2010-06-16 19:29:58 UTC (rev 238)
+++ release-info/parse_testsuite_results.cgi 2010-06-16 19:30:33 UTC (rev 239)
@@ -144,8 +144,8 @@
foreach my $nprocs (sort(keys(%{$allhosts{$host}}))) {
my $color = " style=\"background-color:#d0d0d0;\"";
if ($nprocs != "1") { $color = " style=\"background-color:#e0e0e0;\""; }
- $table_entries .= "<td$color><b>".$allhosts{$host}{$nprocs}{"fail"}."</b>/".
- $allhosts{$host}{$nprocs}{"ran"}."</td>";
+ $table_entries .= "<td$color align='center'><b>".$allhosts{$host}{$nprocs}{"fail"}."</b>/".
+ $allhosts{$host}{$nprocs}{"ran"}."</td>";
}
}
$table_entries .= "</tr>\n";
More information about the Commits
mailing list