Quellcode durchsuchen

Change to use exec cgi method instead of include method.
This works around the loss of /usr/bin/perl as a command interpreter when SF had a drive crash.


[SVN r18375]

Rene Rivera vor 23 Jahren
Ursprung
Commit
6c94b389ba
2 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 1
      tools/regression/index.shtml
  2. 0 2
      tools/regression/regression-logs.pl

+ 1 - 1
tools/regression/index.shtml

@@ -20,6 +20,6 @@ Which is at this location in the shell SourceForge services:
 <h1>Boost Regression Tests</h1>
 </td>
 </table>
-<!--#include virtual="/cgi-bin/regression-logs.pl" -->
+<!--#exec cmd="/usr/bin/perl /home/groups/b/bo/boost/cgi-bin/regression-logs.pl" -->
 </body>
 </html>

+ 0 - 2
tools/regression/regression-logs.pl

@@ -18,8 +18,6 @@
 use FileHandle;
 use Time::Local;
 
-print "Content-type: text/html\r\n\r\n";
-
 # Generate an individual result item, Pass, Warn, and Fail columns.
 # Use as: result_info(html-color,result-count,total-count)
 #

粤ICP备19079148号