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

knarf at cct.lsu.edu knarf at cct.lsu.edu
Wed Jun 16 17:18:17 CDT 2010


User: knarf
Date: 2010/06/16 05:18 PM

Modified:
 /release-info/
  parse_testsuite_results.cgi

Log:
 bugfix

File Changes:

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

File [modified]: parse_testsuite_results.cgi
Delta lines: +1 -1
===================================================================
--- release-info/parse_testsuite_results.cgi	2010-06-16 22:17:45 UTC (rev 242)
+++ release-info/parse_testsuite_results.cgi	2010-06-16 22:18:17 UTC (rev 243)
@@ -157,7 +157,7 @@
                       "<img src='green.png' alt='success' width='20px' height='".
                       $allhosts{$host}{$nprocs}{"success"}."px'/><br>".
                       "<img src='red.png'   alt='fail' width='20px' height='".
-                      $allhosts{$host}{$nprocs}{"ran"}."px'/></td>";
+                      $allhosts{$host}{$nprocs}{"fail"}."px'/></td>";
   }
 }
 $table_entries .= "</tr>\n";



More information about the Commits mailing list