diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-05 15:04:24 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-05 15:04:24 +0100 |
commit | 83140cb480b7c806ae11a3a206a1b45936005191 (patch) | |
tree | 9f611dd079c6ab7861b02a5e66d6b9664c209369 /tests/discard.sh | |
parent | 4578dc6a2dc65112f4aaae1524f83cc9b075295d (diff) | |
download | rsyslog-83140cb480b7c806ae11a3a206a1b45936005191.tar.gz rsyslog-83140cb480b7c806ae11a3a206a1b45936005191.tar.bz2 rsyslog-83140cb480b7c806ae11a3a206a1b45936005191.zip |
fixed regressions in testsuite due to imported changes from last merge
... also bumped version number
Diffstat (limited to 'tests/discard.sh')
-rwxr-xr-x | tests/discard.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/discard.sh b/tests/discard.sh index b7ba4eba..9824b361 100755 --- a/tests/discard.sh +++ b/tests/discard.sh @@ -4,6 +4,7 @@ # added 2009-07-30 by Rgerhards # This file is part of the rsyslog project, released under GPLv3 # uncomment for debugging support: +echo =============================================================================== echo \[discard.sh\]: testing discard functionality source $srcdir/diag.sh init source $srcdir/diag.sh startup discard.conf @@ -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 |