From e82486be60e81cf829642369f8c04cf7f32c27da Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 16 Jul 2015 11:47:53 +0800 Subject: [PATCH] updated the tests to reflect recent changes. --- t/sanity.t | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/t/sanity.t b/t/sanity.t index 36d1fb7..7f1ef29 100644 --- a/t/sanity.t +++ b/t/sanity.t @@ -15,17 +15,16 @@ __DATA__ --- out --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. - this not only affects nginx, but also other components. + --with-debug enable debug logging --with-dtrace-probes enable dtrace USDT probes --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 - 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_xss_module disable ngx_http_xss_module @@ -860,17 +859,16 @@ clean: --- out --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. - this not only affects nginx, but also other components. + --with-debug enable debug logging --with-dtrace-probes enable dtrace USDT probes --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 - 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_xss_module disable ngx_http_xss_module @@ -1585,7 +1583,7 @@ install: all clean: rm -rf build --- 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.