Skip to content

Commit

Permalink
[temp] workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Oct 3, 2018
1 parent c94882b commit 9f7bc77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ package.path = CUSTOM_PLUGIN_PATH .. ";" .. package.path
-- a numerical representation of it.
-- Ex: 1.11.2.2 -> 11122
local function openresty_ver_num()
collectgarbage() -- collect any stale threads
local nginx_bin = assert(nginx_signals.find_nginx_bin())
local _, _, _, stderr = pl_utils.executeex(string.format("%s -V", nginx_bin))

Expand Down

0 comments on commit 9f7bc77

Please sign in to comment.