File

.busted @ 11843:d2a939e21671

util.argparse: Tests
author Kim Alvefur <zash@zash.se>
date Tue, 12 Oct 2021 14:48:21 +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";
  };
}