[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 643)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Fri Oct 7 10:38:29 CDT 2011


User: eschnett
Date: 2011/10/07 10:38 AM

Modified:
 /release-info/
  parse_testsuite_results.cgi

Log:
 Modify "all tests passed" message

File Changes:

Directory: /release-info/
=========================

File [modified]: parse_testsuite_results.cgi
Delta lines: +1 -1
===================================================================
--- release-info/parse_testsuite_results.cgi	2011-10-07 15:32:50 UTC (rev 642)
+++ release-info/parse_testsuite_results.cgi	2011-10-07 15:38:29 UTC (rev 643)
@@ -159,7 +159,7 @@
   my $nr_tests = scalar(keys(%{$alltests{$thorn}}));
   # collapse tests of thorns passing all testsuites
   if ($thorn_passed{$thorn} and defined($ignore)) {
-    $table_entries .= "$tr <td>$thorn</td>\n    <td>all tests passed ($nr_tests)</td>";
+    $table_entries .= "$tr <td>$thorn</td>\n    <td>all $nr_tests tests passed</td>";
     foreach my $host (sort(keys(%allhosts))) {
       foreach my $nprocs (sort(keys(%{$allhosts{$host}}))) {
         foreach my $nthreads (sort(keys(%{$allhosts{$host}{$nprocs}}))) {



More information about the Commits mailing list