I am trying to run nginx test using below command (nginx version is 1.16.1)
TEST_NGINX_BINARY=/usr/sbin/nginx TEST_NGINX_UNSAFE=true prove
${PROJECT_SOURCE_DIR}/nginx-tests
but get below error -
nginx: invalid option: "e"
Can't start nginx at lib/Test/Nginx.pm line 350.
Can someone please clar
Tests run are from https://github.com/nginx/nginx-tests
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,295433,295434#msg-295434
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
Hello!
On Mon, Oct 10, 2022 at 09:31:28AM -0400, ankitpatodiya wrote:
> I am trying to run nginx test using below command (nginx version is 1.16.1)
>
> TEST_NGINX_BINARY=/usr/sbin/nginx TEST_NGINX_UNSAFE=true prove
> ${PROJECT_SOURCE_DIR}/nginx-tests
>
> but get below error -
>
> nginx: inval