File

.busted @ 11296:06bb0cdef50b

util.prosodyctl: Always return exit code from luarocks os.exit(true) errors on Lua 5.1
author Kim Alvefur <zash@zash.se>
date Thu, 21 Jan 2021 19:15:28 +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";
  };
}