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

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


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

Modified:
 /release-info/
  index.php
 /release-info/bin/
  parse_testsuite_results.php

Log:
 Correct paths

File Changes:

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

File [modified]: parse_testsuite_results.php
Delta lines: +1 -1
===================================================================
--- release-info/bin/parse_testsuite_results.php	2011-10-06 23:08:37 UTC (rev 629)
+++ release-info/bin/parse_testsuite_results.php	2011-10-06 23:11:11 UTC (rev 630)
@@ -4,7 +4,7 @@
 
 $show_all = $_GET['show_all'] ? "1":"";
 
-exec("./parse_testsuite_results.cgi $show_all", $output);
+exec("./bin/parse_testsuite_results.cgi $show_all", $output);
 
 foreach ($output as $line) {
   echo $line."\n";

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

File [modified]: index.php
Delta lines: +2 -1
===================================================================
--- release-info/index.php	2011-10-06 23:08:37 UTC (rev 629)
+++ release-info/index.php	2011-10-06 23:11:11 UTC (rev 630)
@@ -2,7 +2,8 @@
 include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
 
 <!--might want to move this into header.php-->
-<!--[if IE]><script type="text/javascript" src="/global/css3-multi-column.js"></script><![endif]--> 
+<!--[if IE]><script type="text/javascript" src="/global/css3-multi-column.js"></script><![endif]-->
+
 <h1>Testsuite status</h1>
 
 <p>



More information about the Commits mailing list