File

.busted @ 13063:414952def2d3

tools/tb2err: Drop use of lua-any since it should run fine on any Lua Dependencies--; \o/
author Kim Alvefur <zash@zash.se>
date Sat, 08 Apr 2023 12:53:19 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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