.busted
changeset 9455 9d892b2415bf
parent 9377 a1a39d395260
child 9968 f299d4917dd8
--- a/.busted	Mon Oct 01 19:43:20 2018 +0100
+++ b/.busted	Mon Oct 01 20:21:26 2018 +0100
@@ -2,9 +2,12 @@
   _all = {
   },
   default = {
-    ["exclude-tags"] = "mod_bosh";
-  },
+    ["exclude-tags"] = "mod_bosh,storage";
+  };
   bosh = {
     tags = "mod_bosh";
-  }
+  };
+  storage = {
+    tags = "storage";
+  };
 }