# HG changeset patch # User Kim Alvefur # Date 1547130338 -3600 # Node ID d844e197eedf9cfa67473ff55ab01412746f436b # Parent 161411a4137789f996f8d7621749f250092b6ec9 prosodyctl: Use the same runtime for starting prosody Improves the experience with the `make integration-test` command diff -r 161411a41377 -r d844e197eedf prosodyctl --- a/prosodyctl Thu Jan 10 14:57:26 2019 +0100 +++ b/prosodyctl Thu Jan 10 15:25:38 2019 +0100 @@ -222,7 +222,7 @@ end --luacheck: ignore 411/ret - local ok, ret = prosodyctl.start(prosody.paths.source); + local ok, ret = prosodyctl.start(prosody.paths.source, arg[-1]); if ok then local daemonize = configmanager.get("*", "daemonize"); if daemonize == nil then