Bazsi's blog
August 16, 2010 19:52
You have subscribed to these e-mail notices about new posts to the blog.
If you want to change your settings or unsubscribe please visit:
?code=b9c6b9e7feee88f73f17abce49f5957b&addr=syslog-ng%40lists.balabit.hu&

pdbtool test improvements

I have added some more functionality to “pdbtool test” which I needed while working on the official syslog-ng patterndb patterns. It now can process several pdb files in a single invocation and also it is now able to validate the patterndb XML files against the official schema.

This is the shell command I’ve used:

$ pdbtool test --validate `find . -name *.pdb`

If you compiled the alpha2 release, this is only one patch on top of that, so it should be simple. You can check out the patch here.