spacewander commented on code in PR #7639:
URL: https://github.com/apache/apisix/pull/7639#discussion_r948683556


##########
t/plugin/plugin.t:
##########
@@ -39,17 +39,18 @@ __DATA__
 --- config
     location /t {
         content_by_lua_block {
-            local lfs = require("lfs")
-            for file_name in lfs.dir(ngx.config.prefix() .. 
"/../../apisix/plugins/") do
-                if string.match(file_name, ".lua$") then
-                    local expected = file_name:sub(1, #file_name - 4)
+            --local lfs = require("lfs")

Review Comment:
   For debug?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to