File

.busted @ 11222:4b39691a274e

util.error: rename is_err() -> is_error() More descriptive and consistent with e.g. is_promise().
author Matthew Wild <mwild1@gmail.com>
date Wed, 09 Dec 2020 13:59:51 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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