You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2010/07/05 07:45:38 UTC

svn commit: r960449 - /perl/embperl/trunk/test.pl

Author: richter
Date: Mon Jul  5 05:45:37 2010
New Revision: 960449

URL: http://svn.apache.org/viewvc?rev=960449&view=rev
Log:
Ignore Apache startup warnings

Modified:
    perl/embperl/trunk/test.pl

Modified: perl/embperl/trunk/test.pl
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/test.pl?rev=960449&r1=960448&r2=960449&view=diff
==============================================================================
--- perl/embperl/trunk/test.pl (original)
+++ perl/embperl/trunk/test.pl Mon Jul  5 05:45:37 2010
@@ -1756,6 +1756,8 @@ sub CheckError
 	    !($_ =~ /SES\:/) &&
 	    !($_ =~ /gcache started/) &&
             !($_ =~ /EmbperlDebug: /) &&
+            !($_ =~ /not available until httpd/) &&
+            !($_ =~ /Init: Session Cache is not configured/) &&
             $_ ne 'Use of uninitialized value.')
 	    {
 		# count literal \n as newline,
@@ -2773,7 +2775,7 @@ do  
                 }
             }
         eval {	<ERR> ;  } ; # skip first line and ignore errors
-	
+
         $httpduid = getpwnam ($EPUSER) if (!$EPWIN32) ;
         }
     elsif ($err == 0 && $EPHTTPD eq '')



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org