File

.busted @ 10008:272c436ca5d1

configure: Handle ostype preset after argument processing
author Kim Alvefur <zash@zash.se>
date Mon, 13 May 2019 11:52: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";
  };
}