diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-04 09:57:45 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-04 09:57:45 +0200 |
commit | 58e707b441aea88cd318762e6968e1db1211f949 (patch) | |
tree | 80271dac627000d5afed047a6372d633dd3fd068 /tests/testsuites | |
parent | 4f742a8e32c43dc9b514ceaf80f4d17e697dfdf6 (diff) | |
download | rsyslog-58e707b441aea88cd318762e6968e1db1211f949.tar.gz rsyslog-58e707b441aea88cd318762e6968e1db1211f949.tar.xz rsyslog-58e707b441aea88cd318762e6968e1db1211f949.zip |
backported some of the v5 testbench
this permits us to keep a persistent test environment between
v4 and v5, most importantly using the same tools. As far as the
actual tests are concerned, some had issues. I had no time to check
if that was an issue with the test or an actual issue with the
v3/4 engine. Will do that at some later stage.
Diffstat (limited to 'tests/testsuites')
-rw-r--r-- | tests/testsuites/queue-persist.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testsuites/queue-persist.conf b/tests/testsuites/queue-persist.conf index 81ee1be5..8903042d 100644 --- a/tests/testsuites/queue-persist.conf +++ b/tests/testsuites/queue-persist.conf @@ -9,8 +9,6 @@ $InputTCPServerRun 13514 $ModLoad ../plugins/omtesting/.libs/omtesting -$ErrorMessagesToStderr off - # set spool locations and switch queue to disk-only mode $WorkDirectory test-spool $MainMsgQueueFilename mainq |