aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-01-10 15:25:38 +0100
committerKim Alvefur <zash@zash.se>2019-01-10 15:25:38 +0100
commit1e4a0ebba24834980440a61636601732b762e397 (patch)
treee95dae11ade80efa04f7ddded1947c8cf29feb02
parent8d8c6bd619ded1b202ebd19bda33bde475c4c37d (diff)
downloadprosody-1e4a0ebba24834980440a61636601732b762e397.tar.gz
prosody-1e4a0ebba24834980440a61636601732b762e397.zip
prosodyctl: Use the same runtime for starting prosody
Improves the experience with the `make integration-test` command
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index ecf00baa..0ff03a7b 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -222,7 +222,7 @@ function commands.start(arg)
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