comparison README @ 856:d39e98893265

Tests: use TEST_NGINX_MODULES to find dynamic modules directory. If not specified, fallback to dirname of TEST_NGINX_BINARY. Either way, the path is normalised to an absolute one for use in "load_module".
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 16 Feb 2016 18:41:31 +0300
parents b350a2cdbf58
children d0edeb90c0ab
comparison
equal deleted inserted replaced
855:47d64d2fd68d 856:d39e98893265
16 16
17 TEST_NGINX_BINARY 17 TEST_NGINX_BINARY
18 18
19 Sets path to nginx binary to be tested, defaults to "../nginx/objs/nginx". 19 Sets path to nginx binary to be tested, defaults to "../nginx/objs/nginx".
20 20
21 TEST_NGINX_MODULES
22
23 Sets path to modules directory, defaults to dirname of TEST_NGINX_BINARY.
24
21 TEST_NGINX_VERBOSE 25 TEST_NGINX_VERBOSE
22 26
23 Be a bit more verbose (in particular, print requests sent and responses 27 Be a bit more verbose (in particular, print requests sent and responses
24 got from nginx). Note that this requires prove -v (or HARNESS_VERBOSE). 28 got from nginx). Note that this requires prove -v (or HARNESS_VERBOSE).
25 29