File

.busted @ 11000:d9aae4734f38

coding_style: Replace mention of git with hg We use Mercurial, not git!
author Kim Alvefur <zash@zash.se>
date Wed, 08 Jul 2020 23:22:28 +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";
  };
}