changeset 1302:beed8146d045

Tests: grpc module prerequisite.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 19 Mar 2018 12:51:39 +0300
parents d6382e557fc0
children 42577a840a7d
files lib/Test/Nginx.pm
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -139,6 +139,7 @@ sub has_module($) {
 		fastcgi	=> '(?s)^(?!.*--without-http_fastcgi_module)',
 		uwsgi	=> '(?s)^(?!.*--without-http_uwsgi_module)',
 		scgi	=> '(?s)^(?!.*--without-http_scgi_module)',
+		grpc	=> '(?s)^(?!.*--without-http_grpc_module)',
 		memcached
 			=> '(?s)^(?!.*--without-http_memcached_module)',
 		limit_conn