You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/07/16 13:41:12 UTC

svn commit: r1802058 - /httpd/test/framework/trunk/t/modules/proxy_fcgi.t

Author: jim
Date: Sun Jul 16 13:41:11 2017
New Revision: 1802058

URL: http://svn.apache.org/viewvc?rev=1802058&view=rev
Log:
Note that php-fpm needs to be installed and in $PATH in
order to be able to test it. Kinda obvious, but...

Modified:
    httpd/test/framework/trunk/t/modules/proxy_fcgi.t

Modified: httpd/test/framework/trunk/t/modules/proxy_fcgi.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/proxy_fcgi.t?rev=1802058&r1=1802057&r2=1802058&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/proxy_fcgi.t (original)
+++ httpd/test/framework/trunk/t/modules/proxy_fcgi.t Sun Jul 16 13:41:11 2017
@@ -8,6 +8,7 @@ use Misc;
 
 my $have_fcgisetenvif    = have_min_apache_version('2.4.26');
 my $have_fcgibackendtype = have_min_apache_version('2.4.26');
+# NOTE: This will fail if php-fpm is installed but not in $PATH
 my $have_php_fpm = `php-fpm -v` =~ /fpm-fcgi/;
 
 plan tests => (7 * $have_fcgisetenvif) + (2 * $have_fcgibackendtype) +