File

.busted @ 13425:3cebb30e7503

features: Add module-ready (for commit e20949a10118)
author Matthew Wild <mwild1@gmail.com>
date Thu, 22 Feb 2024 09:53:48 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}