File

.busted @ 11959:814b750aa2d0

util.dependencies: Discourage Lua 5.1 Search for 'Lua 5.1' for reasons.
author Kim Alvefur <zash@zash.se>
date Sun, 28 Nov 2021 23:14:31 +0100 (2021-11-28)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}