view .busted @ 14129:6da8b3db84de 13.0

configmanager: Return errno (if any) for file opening errors
author Matthew Wild <mwild1@gmail.com>
date Thu, 16 Apr 2026 18:49:04 +0100
parents f299d4917dd8
children
line wrap: on
line source

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