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
/
common
/
runner.rb
diff --git
a/lib/common/runner.rb
b/lib/common/runner.rb
index 32f2b3ecf8bb0354408fb7fbe46596155e2baf3a..01fcc176e3cedd62935a9b81c5b3657437abd610 100644
(file)
--- a/
lib/common/runner.rb
+++ b/
lib/common/runner.rb
@@
-1,6
+1,6
@@
module Runner
- def run(plugin, targets)
+ def run(
cfg,
plugin, targets)
raise NotImplementedError
end