File

.busted @ 11161:f51ed2652602

util.error: Pass through existing error objects passed to new()
author Matthew Wild <mwild1@gmail.com>
date Thu, 15 Oct 2020 13:43: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";
  };
}