nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

--config=CONFIG option isn't mentioned in the command-line help #78

Closed nedbat closed 12 years ago

nedbat commented 12 years ago

"fl-run-bench --help" doesn't show the --config option.

bdelbosc commented 12 years ago

indeed this option is available in the master branch (snapshot version 1.17.0b) not in the latest official release.

Thanks