File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,12 @@ jobs:
114
114
prove -v -Inginx-tests/lib ../../modules/ngx_debug_timer/t
115
115
prove -v -Inginx-tests/lib ../../modules/ngx_debug_conn/t
116
116
prove -v -Inginx-tests/lib ../../modules/ngx_slab_stat/t
117
- prove -v -Inginx-tests/lib ../../modules/ngx_http_lua_upstream/t
118
117
- name : tengine test cases using test-nginx lib
119
118
working-directory : tests/test-nginx
120
119
run : |
121
120
sudo cpanm --notest Shell Test::Base Test::LongString List::MoreUtils LWP::UserAgent HTTP::Response > build.log 2>&1 || (cat build.log && exit 1)
122
121
mkdir t
123
122
PATH=/usr/local/nginx/sbin:$PATH \
124
123
prove -v -Itest-nginx/lib cases/
124
+ PATH=/usr/local/nginx/sbin:$PATH \
125
+ prove -v -Itest-nginx/lib ../../modules/ngx_http_lua_upstream/t
You can’t perform that action at this time.
0 commit comments