.busted
author Matthew Wild <mwild1@gmail.com>
Fri, 18 Mar 2022 15:29:05 +0000
changeset 12409 308ed64dc69b
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.table: Compatibility with Lua 5.1 lua_equals

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