fixing test

This commit is contained in:
Axel Kittenberger 2017-01-04 12:23:22 +01:00
parent a0bdc8778d
commit dbe9935328
1 changed files with 3 additions and 3 deletions

View File

@ -12,10 +12,10 @@ local cfgfile = tdir .. "config.lua"
local logs = {"-log", "all" }
writefile(cfgfile, [[
settings = {
logfile = "]]..logfile..[[",
settings {
logfile = "]]..logfile..[[",
log = all,
nodaemon = true,
nodaemon = true,
maxProcesses = 1
}