nuxeo/FunkLoad

Configuration file should be specifiable on the command line

Closed this issue · 2 comments

I would like to have a number of different configuration files, and specify which to use on the command line, rather than have it tied to the class name. Am I misunderstanding how people use FunkLoad? How do you run the same test in different configurations?

I'd be glad to work up a patch if you're open to the idea.

The configuration can be set using the following option:

--config=CONFIG Path to alternative config file

Also you can use a single configuration file for common options and use a makefile to setup different command line options.

Good to know it exists! Then the bug is that it should be mentioned in the command-line help...