
chimps-smoker.pl - continually smoke projects

chimps-smoker.pl --server SERVER --config_file CONFIG_FILE [--iterations N] [--projects PROJECT1,PROJECT2,... ]
This program is a wrapper around Test::Chimps::Smoker, which allows you to specify common options on the command line.

Specifies the path to the configuration file. For more information about the configuration file format, see Test::Chimps::Smoker.
Specifies the full path to the chimps server CGI.

Specifies the number of iterations to run. This is the number of smoke reports to generate per project. A value of 'inf' means to continue smoking forever. Defaults to 'inf'.
A comma-separated list of projects to smoke. If the string 'all' is provided, all projects will be smoked. Defaults to 'all'.

Zev Benjamin zev at cpan.org

Copyright 2006 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.