projects
/
mailshears.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make pruning use the correct config and clean up *before* running tests, too.
[mailshears.git]
/
lib
/
rm
/
rm_runner.rb
diff --git
a/lib/rm/rm_runner.rb
b/lib/rm/rm_runner.rb
index 2df8410c5ea9d6d3d65d2565ec9cc00552d7b1f0..a19004a7a5440fcd23bb22173d3e5fe4d963ed76 100644
(file)
--- a/
lib/rm/rm_runner.rb
+++ b/
lib/rm/rm_runner.rb
@@
-4,7
+4,7
@@
require 'common/runner'
class RmRunner
include Runner
- def run(plugin, *targets)
+ def run(
cfg,
plugin, *targets)
targets.each do |target|
remove_target(plugin, target)
end