Products.PloneFormGen icon indicating copy to clipboard operation
Products.PloneFormGen copied to clipboard

funkload doesn't run

Open jpgimenez opened this issue 9 years ago • 0 comments

I'm testing with 1.7-maintenance branch and funkload scripts doesn't run:

$ bin/fl-run-bench
Traceback (most recent call last):
  File "bin/fl-run-bench", line 254, in <module>
    sys.exit(collective.funkload.bench.run(url="http://localhost:8080/pfgtest",buildout_dir="/home/jpg/workspace/Products.PloneFormGen",report_destination="/home/jpg/workspace/Products.PloneFormGen/var/funkload/reports",data_destination="/home/jpg/workspace/Products.PloneFormGen/var/funkload/data"))
TypeError: run() got an unexpected keyword argument 'url'

Versions picked:

collective.funkload-0.4
collective.recipe.funkload-0.3.1
funkload-1.11.0

Looks likes the options are not expected by collective.funkload, or I'm missing something?

jpgimenez avatar Aug 14 '15 19:08 jpgimenez