.busted
author Kim Alvefur <zash@zash.se>
Wed, 19 Oct 2022 16:25:05 +0200
changeset 12785 22066b02887f
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.2 Code deduplication

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