File

.busted @ 11293:cd27ac5e5afe

prosodyctl: Use luarocks status code as exit code Enables some shell level error handling
author Kim Alvefur <zash@zash.se>
date Thu, 21 Jan 2021 19:02:03 +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";
  };
}