File

.busted @ 10637:aa304109fa1b

util.net: Fix signedness warning on ARM net.c:87:56: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare]
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 30 Jan 2020 14:22:21 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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