]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/plugin.rb
Make pruning use the correct config and clean up *before* running tests, too.
[mailshears.git] / lib / common / plugin.rb
index 702b621ff5da9c1ee18ccbd0fd29352950a63386..dba8becb2756c0324ecd252adb9b3602de218afb 100644 (file)
@@ -46,7 +46,7 @@ module Plugin
         # The splat passes the correct (we hope) number of arguments to the
         # appropriate runner. The Rm(Dummy)Runner have splats on their
         # *target arguments as well, to turn ARGV back into an array.
         # The splat passes the correct (we hope) number of arguments to the
         # appropriate runner. The Rm(Dummy)Runner have splats on their
         # *target arguments as well, to turn ARGV back into an array.
-        runner.run(plugin, *args)
+        runner.run(cfg, plugin, *args)
       end
     end
   end
       end
     end
   end