summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-10 09:52:49 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-10 09:52:49 +0100
commit6c43f93022caa3feaa7b4fa3d88ca31746fd94cf (patch)
treef443af410fbc1bde7d2e2bc80cd401495b788bb9 /tests
parent5996414f04118dec4f1dcc12c88ee8c68f6e89ad (diff)
downloadrsyslog-6c43f93022caa3feaa7b4fa3d88ca31746fd94cf.tar.gz
rsyslog-6c43f93022caa3feaa7b4fa3d88ca31746fd94cf.tar.xz
rsyslog-6c43f93022caa3feaa7b4fa3d88ca31746fd94cf.zip
fixed regression introduced with previous commit
disk queue mode did no longer work correctly. A side-effect of this commit here is slightly cleaned-up (and more elegant) code for circular files.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/diskqueue.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/diskqueue.sh b/tests/diskqueue.sh
index 8233d569..ad512ee8 100755
--- a/tests/diskqueue.sh
+++ b/tests/diskqueue.sh
@@ -6,6 +6,9 @@
# This file is part of the rsyslog project, released under GPLv3
# uncomment for debugging support:
echo diskqueue.sh: testing queue disk-only mode
+# uncomment for debugging support:
+#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"
+#export RSYSLOG_DEBUGLOG="log"
source $srcdir/diag.sh init
source $srcdir/diag.sh startup diskqueue.conf
# 20000 messages should be enough - the disk test is slow enough ;)