File

.busted @ 11181:d2b19560150d

util.paths: Add some tests
author Kim Alvefur <zash@zash.se>
date Sat, 17 Oct 2020 19:00:16 +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";
  };
}