.busted
author Kim Alvefur <zash@zash.se>
Sat, 08 Apr 2023 12:54:26 +0200
changeset 13068 b172db27ffed
parent 9968 f299d4917dd8
permissions -rw-r--r--
tools/tb2err: Add some example usage in a comment

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