updated the tests to reflect recent changes.

pull/177/head
Yichun Zhang (agentzh) 10 years ago
parent f84e035e45
commit e82486be60

@ -15,17 +15,16 @@ __DATA__
--- out --- out
--help this message --help this message
--prefix=PATH set the installation prefix (default to /usr/local/openresty). --prefix=PATH set the installation prefix (default to /usr/local/openresty)
--with-debug enable the debugging logging and also enable -O0 -g for the C compiler. --with-debug enable debug logging
this not only affects nginx, but also other components.
--with-dtrace-probes enable dtrace USDT probes --with-dtrace-probes enable dtrace USDT probes
--with-dtrace=PATH set dtrace utility pathname --with-dtrace=PATH set dtrace utility pathname
--with-no-pool-patch enable the no-pool patch for debugging memory issues. --with-no-pool-patch enable the no-pool patch for debugging memory issues
-jN pass -jN option to make while building the bundled -jN pass -jN option to make while building the bundled
Lua 5.1 interpreter or LuaJIT 2.1. Lua 5.1 interpreter or LuaJIT 2.1
--without-http_echo_module disable ngx_http_echo_module --without-http_echo_module disable ngx_http_echo_module
--without-http_xss_module disable ngx_http_xss_module --without-http_xss_module disable ngx_http_xss_module
@ -860,17 +859,16 @@ clean:
--- out --- out
--help this message --help this message
--prefix=PATH set the installation prefix (default to /usr/local/openresty). --prefix=PATH set the installation prefix (default to /usr/local/openresty)
--with-debug enable the debugging logging and also enable -O0 -g for the C compiler. --with-debug enable debug logging
this not only affects nginx, but also other components.
--with-dtrace-probes enable dtrace USDT probes --with-dtrace-probes enable dtrace USDT probes
--with-dtrace=PATH set dtrace utility pathname --with-dtrace=PATH set dtrace utility pathname
--with-no-pool-patch enable the no-pool patch for debugging memory issues. --with-no-pool-patch enable the no-pool patch for debugging memory issues
-jN pass -jN option to make while building the bundled -jN pass -jN option to make while building the bundled
Lua 5.1 interpreter or LuaJIT 2.1. Lua 5.1 interpreter or LuaJIT 2.1
--without-http_echo_module disable ngx_http_echo_module --without-http_echo_module disable ngx_http_echo_module
--without-http_xss_module disable ngx_http_xss_module --without-http_xss_module disable ngx_http_xss_module
@ -1585,7 +1583,7 @@ install: all
clean: clean:
rm -rf build rm -rf build
--- err --- err
Can't exec "cl": No such file or directory at ./configure line 560. Can't exec "cl": No such file or directory at ./configure line 569.

Loading…
Cancel
Save