[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 242)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Wed Jun 16 17:17:45 CDT 2010
User: knarf
Date: 2010/06/16 05:17 PM
Modified:
/release-info/
parse_testsuite_results.cgi
Log:
bugfix
File Changes:
Directory: /release-info/
=========================
File [modified]: parse_testsuite_results.cgi
Delta lines: +3 -3
===================================================================
--- release-info/parse_testsuite_results.cgi 2010-06-16 22:16:19 UTC (rev 241)
+++ release-info/parse_testsuite_results.cgi 2010-06-16 22:17:45 UTC (rev 242)
@@ -127,7 +127,7 @@
$table_entries .= "</tr>\n"; $tr="<tr>";
}
}
-$table_entries .= "<tr><th rowspan='3' colspan='2'>Total failing</th>";
+$table_entries .= "<tr><th rowspan='4' colspan='2'>Total failing</th>";
foreach my $host (sort(keys(%allhosts))) {
$table_entries .= "<th colspan='".scalar(keys(%{$allhosts{$host}}))."'>$host</th>";
}
@@ -154,9 +154,9 @@
my $color = " style=\"background-color:#d0d0d0;\"";
if ($nprocs != "1") { $color = " style=\"background-color:#e0e0e0;\""; }
$table_entries .= "<td$color align='center' valign='bottom'>".
- "<img src='green.png' alt='success' width='30px' height='".
+ "<img src='green.png' alt='success' width='20px' height='".
$allhosts{$host}{$nprocs}{"success"}."px'/><br>".
- "<img src='red.png' alt='fail' width='30px' height='".
+ "<img src='red.png' alt='fail' width='20px' height='".
$allhosts{$host}{$nprocs}{"ran"}."px'/></td>";
}
}
More information about the Commits
mailing list