[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 233)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Wed Jun 16 13:54:33 CDT 2010
User: knarf
Date: 2010/06/16 01:54 PM
Modified:
/release-info/
parse_testsuite_results.cgi
Log:
fix bug
File Changes:
Directory: /release-info/
=========================
File [modified]: parse_testsuite_results.cgi
Delta lines: +1 -3
===================================================================
--- release-info/parse_testsuite_results.cgi 2010-06-16 18:53:00 UTC (rev 232)
+++ release-info/parse_testsuite_results.cgi 2010-06-16 18:54:33 UTC (rev 233)
@@ -127,7 +127,7 @@
$table_entries .= "</tr>\n"; $tr="<tr>";
}
}
-$table_entries .= "<tr><th rowspan='2'>Thorn</th><th rowspan='2'>Test</th>";
+$table_entries .= "<tr><th rowspan='2' colspan='3'>Totals</th>";
foreach my $host (sort(keys(%allhosts))) {
$table_entries .= "<th colspan='".scalar(keys(%{$allhosts{$host}}))."'>$host</th>";
}
@@ -138,8 +138,6 @@
}
}
$table_entries .= "</tr>\n";
-
-$table_entries .= "<tr><th colspan='2'>Total</th>";
foreach my $host (sort(keys(%allhosts))) {
foreach my $nprocs (sort(keys(%{$allhosts{$host}}))) {
$table_entries .= "<td>(".$allhosts{$host}{$nprocs}{"success"}."/<b>".
More information about the Commits
mailing list