summaryrefslogtreecommitdiffstats
path: root/tests/validation-run.sh
Commit message (Collapse)AuthorAgeFilesLines
* regression fix: config validation code affected by recent changesRainer Gerhards2011-05-301-0/+3
| | | | did not return with proper return value
* improved testbenchRainer Gerhards2009-10-211-0/+1
| | | | | - added a test to check handling of damaged .qi files on startup - made sure each test identifies itself on startup
* restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-101-3/+4
| | | | | | | ... this was long overdue, and I finlly tackeld it. It turned out to be more complex than I initially thought. The next step now probably is to actually implement multiple rule sets and the beauty that comes with them.
* small enhancement: config validation run now exits with code 1 if an error ↵Rainer Gerhards2009-05-281-0/+38
is detected. This change is considered important but small enough to apply it directly to the stable version. [But it is a border case, the change requires more code than I had hoped. Thus I have NOT tried to actually catch all cases, this is left for the current devel releases, if necessary]