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

knarf at cct.lsu.edu knarf at cct.lsu.edu
Fri Oct 7 10:29:19 CDT 2011


User: knarf
Date: 2011/10/07 10:29 AM

Modified:
 /release-info/
  parse_testsuite_results.cgi

Log:
 collapse passing suites also with short table version

File Changes:

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

File [modified]: parse_testsuite_results.cgi
Delta lines: +3 -1
===================================================================
--- release-info/parse_testsuite_results.cgi	2011-10-07 15:21:33 UTC (rev 640)
+++ release-info/parse_testsuite_results.cgi	2011-10-07 15:29:19 UTC (rev 641)
@@ -115,7 +115,9 @@
                                                     "ran"     => 0};
           }
           if (!$results{$thorn}{$test}{$host}{$nprocs}{$nthreads}{"success"}) {
-            $thorn_passed{$thorn} = 0;
+            if (!defined($ignore) or "$nprocs,$nthreads" !~ /$ignore/) {
+              $thorn_passed{$thorn} = 0;
+            }
             $allhosts{$host}{$nprocs}{$nthreads}{"fail"}++;
           } else {
             $allhosts{$host}{$nprocs}{$nthreads}{"success"}++;



More information about the Commits mailing list