File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- -n https://github.com/nginx/nginx.git@branches/stable -1.12
1+ -n https://github.com/nginx/nginx.git@release -1.21.5
22-o "--with-http_stub_status_module"
33-d https://github.com/PCRE2Project/pcre2.git@pcre2-10.40
Original file line number Diff line number Diff line change 8585}
8686
8787@test " build with older PCRE 1 library" {
88+ # skip
8889 builddir=" $( mktemp -d) "
8990 run ./build-nginx -s " $builddir " -d https://ftp.exim.org/pub/pcre/pcre-8.44.tar.gz
9091 [ $status -eq 0 ]
153154 builddir=" $HOME /.build-nginx"
154155 run ./build-nginx -k tests/test-config
155156 [ $status -eq 0 ]
156- run " $builddir /nginx-branches/stable -1.12 /objs/nginx" -V
157+ run " $builddir /nginx-release -1.21.5 /objs/nginx" -V
157158 [[ " $output " =~ " --with-http_stub_status_module" ]]
158159 [[ " $output " =~ " --with-pcre" ]]
159160}
164165 run ./build-nginx -s " $builddir " -k tests/test-config -m https://github.com/jaygooby/build-nginx.git@hello-world-module
165166 [ $status -eq 0 ]
166167 [[ " $output " =~ " objs/addon/build-nginx-hello-world-module/ngx_http_hello_world_module.o" ]]
167- run " $builddir /nginx-branches/stable -1.12 /objs/nginx" -V
168- [[ " $output " =~ " nginx version: nginx/1.12 " ]]
168+ run " $builddir /nginx-release -1.21.5 /objs/nginx" -V
169+ [[ " $output " =~ " nginx version: nginx/1.21.5 " ]]
169170 [[ " $output " =~ " --with-http_stub_status_module" ]]
170171 [[ " $output " =~ " --with-pcre" ]]
171172}
You can’t perform that action at this time.
0 commit comments