summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-02 17:06:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-02 17:06:00 +0200
commitb37a1eb0f8422102c11c597f15139d64c2d51c13 (patch)
treef581869c5996b7e203e41a38a11cce2724fca7a9 /tests
parentf0467569d26ad7eafddb324690a55001143f9d91 (diff)
downloadrsyslog-b37a1eb0f8422102c11c597f15139d64c2d51c13.tar.gz
rsyslog-b37a1eb0f8422102c11c597f15139d64c2d51c13.tar.xz
rsyslog-b37a1eb0f8422102c11c597f15139d64c2d51c13.zip
omfile itself no longer needs zlib
Diffstat (limited to 'tests')
-rwxr-xr-xtests/diskqueue.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/diskqueue.sh b/tests/diskqueue.sh
index d2e75cbd..8233d569 100755
--- a/tests/diskqueue.sh
+++ b/tests/diskqueue.sh
@@ -9,6 +9,7 @@ echo diskqueue.sh: testing queue disk-only mode
source $srcdir/diag.sh init
source $srcdir/diag.sh startup diskqueue.conf
# 20000 messages should be enough - the disk test is slow enough ;)
+sleep 4
source $srcdir/diag.sh tcpflood 127.0.0.1 13514 1 20000
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
source $srcdir/diag.sh wait-shutdown