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

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Thu Oct 6 18:16:00 CDT 2011


User: eschnett
Date: 2011/10/06 06:16 PM

Modified:
 /release-info/bin/
  parse_testsuite_results.cgi

Log:
 Debug

File Changes:

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

File [modified]: parse_testsuite_results.cgi
Delta lines: +2 -2
===================================================================
--- release-info/bin/parse_testsuite_results.cgi	2011-10-06 23:11:11 UTC (rev 630)
+++ release-info/bin/parse_testsuite_results.cgi	2011-10-06 23:16:00 UTC (rev 631)
@@ -11,7 +11,7 @@
 
 # get list of log files
 my @filenames = ();
-opendir(DIR, ".") || die "cannot open dir: $!";
+opendir(DIR, "..") || die "cannot open dir: $!";
 @filenames = grep { /^[^.].*__\d+_\d+\.log$/ && -f "$_" } sort readdir(DIR);
 closedir DIR;
 
@@ -322,7 +322,7 @@
 CSS
 print "<p>Show information of <a href='ET_2011_05/parse_testsuite_results.php".
       (defined($ignore)?"?show_all=1":"")."'>ET_2011_05 results.</a></p>\n";
-print "<p><a href='parse_testsuite_results.php".
+print "<p><a href='bin/parse_testsuite_results.php".
       (defined($ignore)?"?show_all=1'>Show all":"'>Hide some").
       "</a> information.</p>\n";
 



More information about the Commits mailing list