Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved test suite and added test for new output module interface | Rainer Gerhards | 2009-04-03 | 1 | -0/+2 |
| | | | | | | | | The testbench has now a generic driver that can run a whole class of test suites just by providing a config file and test cases. This does not cover all testing needs, but a lot. We have now added one test for the new array-passing output plugin interface. | ||||
* | added a new way how output plugins may be passed parameters. | Rainer Gerhards | 2009-04-03 | 1 | -2/+78 |
| | | | | | This is more efficient for some outputs. They new can receive fields not only as a single string but rather in an array where each string is seperated. | ||||
* | improved testing support | Rainer Gerhards | 2009-03-19 | 2 | -0/+133 |
worked on ways to provide a better test suite: - added -T rsyslogd command line option, enables to specify a directory where to chroot() into on startup. This is NOT a security feature but introduced to support testing. Thus, -T does not make sure chroot() is used in a secure way. (may be removed later) - added omstdout module for testing purposes. Spits out all messages to stdout - no config option, no other features - modified $ModLoad statement so that for modules whom's name starts with a dot, no path is prepended (this enables relative-pathes and should not break any valid current config) |