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: [email protected]
For additional commands, e-mail: [email protected]