Commit 9cbc4621 authored by Jérome Perrin's avatar Jérome Perrin

support zc.recipe.testrunner recipe

parent 9f37fa98
......@@ -264,7 +264,7 @@ def bom_software(installed_software_path): # -> {} (name,kind) -> PkgInfo
for gemspec in glob('%s/lib/ruby/gems/specifications/*.gemspec' % location):
addbom(gemspec, 'gem')
elif recipe in ('plone.recipe.command',):
elif recipe in ('plone.recipe.command', 'zc.recipe.testrunner',):
# not downloading anything
pass
......
......@@ -453,6 +453,13 @@ case1("""\
recipe = plone.recipe.command==1.1
""", '')
# zc.recipe.testrunner is ignored
case1("""\
[dream-testrunner]
recipe = zc.recipe.testrunner
eggs = dream
""", '')
# ruby gems
case1("""\
[gems]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment