File

.busted @ 9419:78c58a1089ea

configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms
author Matthew Wild <mwild1@gmail.com>
date Mon, 01 Oct 2018 15:30:49 +0100
parent 9374:a1a39d395260
child 9452:9d892b2415bf
line wrap: on
line source

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