Skip to content

Commit

Permalink
Fix error message on circle-ci
Browse files Browse the repository at this point in the history
Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
  • Loading branch information
eloycoto committed Jun 22, 2021
1 parent d8bfb0c commit 2b34a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/http.d/init.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ init_worker_by_lua_block {
local luacov = package.loaded['luacov.runner']

if luacov then
luacov.configuration.statsfile = luacov.defaults.statsfile .. 'luacov.stats.' .. ngx.worker.pid() .. '.out'
luacov.configuration.statsfile = luacov.defaults.statsfile .. 'luacov_stats.' .. ngx.worker.pid() .. '.out'
luacov.resume()

ngx.timer.every(100, function(premature)
Expand Down

0 comments on commit 2b34a1d

Please sign in to comment.