diff options
Diffstat (limited to 'tests/discard.sh')
-rwxr-xr-x | tests/discard.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/discard.sh b/tests/discard.sh index 0fafc7d9..9824b361 100755 --- a/tests/discard.sh +++ b/tests/discard.sh @@ -4,7 +4,8 @@ # added 2009-07-30 by Rgerhards # This file is part of the rsyslog project, released under GPLv3 # uncomment for debugging support: -echo TEST discard.sh: testing discard functionality +echo =============================================================================== +echo \[discard.sh\]: testing discard functionality source $srcdir/diag.sh init source $srcdir/diag.sh startup discard.conf # 20000 messages should be enough - the disk test is slow enough ;) @@ -12,5 +13,5 @@ sleep 4 source $srcdir/diag.sh tcpflood 127.0.0.1 13514 1 10 1 source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages source $srcdir/diag.sh wait-shutdown -source $srcdir/diag.sh seq-check 10 -s2 +source $srcdir/diag.sh seq-check 2 10 source $srcdir/diag.sh exit |