zll600 commented on code in PR #10887:
URL: https://github.com/apache/apisix/pull/10887#discussion_r1495437507
##########
t/cli/test_main.sh:
##########
@@ -164,8 +164,8 @@ if [ $count_https_specific_ip -ne 2 ]; then
exit 1
fi
-count_https_specific_ip_and_enable_http2=`grep -c "listen 127.0.0..:944. ssl
default_server http2" conf/nginx.conf || true`
-if [ $count_https_specific_ip_and_enable_http2 -ne 1 ]; then
+count_https_specific_ip_and_enable_http2=`grep -c "listen 127.0.0..:944. ssl
default_server" conf/nginx.conf || true`
+if [ $count_https_specific_ip_and_enable_http2 -ne 2 ]; then
Review Comment:
OK, I will do it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]