We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a978383 commit 796ccedCopy full SHA for 796cced
luatest/runner.lua
@@ -61,6 +61,9 @@ function Runner.run(args, options)
61
local log_prefix = options.log_prefix or 'luatest'
62
local log_cfg = string.format("%s.log", log_prefix)
63
64
+ fio.mktree(Server.vardir)
65
+ log_cfg = fio.pathjoin(Server.vardir, log_cfg)
66
+
67
if options.log_file then
68
-- Save the file descriptor as a global variable to use it
69
-- in the `output_beautifier` module: this module is connected to the
0 commit comments