run lua plugin tests
This commit is contained in:
parent
e152ee3688
commit
1804dfbd54
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ std = 'ngx_lua'
|
|||
globals = {
|
||||
'_TEST'
|
||||
}
|
||||
exclude_files = {'./rootfs/etc/nginx/lua/test/**/*.lua'}
|
||||
exclude_files = {'./rootfs/etc/nginx/lua/test/**/*.lua', './rootfs/etc/nginx/lua/plugins/**/test/**/*.lua'}
|
||||
files["rootfs/etc/nginx/lua/lua_ingress.lua"] = {
|
||||
ignore = { "122" },
|
||||
-- TODO(elvinefendi) figure out why this does not work
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue