Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory sc8-pr-cvs1:/tmp/cvs-serv1299/lib/SandWeb
Modified Files:
Tag: release-1_0-branch
File.pm
Log Message:
"make test" now works on release branch too
Index: File.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File.pm,v
retrieving revision 1.64
retrieving revision 1.64.2.1
diff -U2 -r1.64 -r1.64.2.1
--- File.pm 14 Jan 2003 09:49:47 -0000 1.64
+++ File.pm 1 Jun 2003 07:45:55 -0000 1.64.2.1
@@ -757,5 +757,5 @@
my $return;
- $log->debug("removing file : $location/$filename");
+ #$log->debug("removing file : $location/$filename");
my $module = SandWeb::File::Unix->new(
filename => $filename,
|