Software /
code /
prosody
File
.busted @ 11422:fa5a23d7aabc
util.prosodyctl.shell: Fix check for --quiet
Looked in the wrong table
Test procedure:
$ prosodyctl shell --quiet
Expect:
Prosody>
(No banner)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 05 Mar 2021 12:39:49 +0100 |
parent | 9964:f299d4917dd8 |
line wrap: on
line source
return { _all = { }, default = { ["exclude-tags"] = "mod_bosh,storage,SLOW"; }; bosh = { tags = "mod_bosh"; }; storage = { tags = "storage"; }; }