diff lib/Test/Nginx.pm @ 631:fca0079e0aab

Tests: stream access tests.
author Andrey Zelenkov <zelenkov@nginx.com>
date Fri, 10 Jul 2015 18:06:37 +0300
parents 0940773278c7
children adc32621fb09
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -145,6 +145,7 @@ sub has_module($) {
 		split_clients
 			=> '(?s)^(?!.*--without-http_split_clients_module)',
 		stream	=> '--with-stream(?!\S)',
+		stream_access => '(?s)^(?!.*--without-stream_access_module)',
 		stream_limit_conn
 			=> '(?s)^(?!.*--without-stream_limit_conn_module)',
 		stream_upstream_hash