diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-30 11:09:15 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-30 11:09:15 +0200 |
commit | a6bda9b93f21cdbec1d7312078535eb092f32cb0 (patch) | |
tree | e1b62c000eea2b81e0e67694b2d8129e252f830c /tests/discard.sh | |
parent | feeb622c4e0c622559df803f8df6da39bf3015e7 (diff) | |
download | rsyslog-a6bda9b93f21cdbec1d7312078535eb092f32cb0.tar.gz rsyslog-a6bda9b93f21cdbec1d7312078535eb092f32cb0.tar.bz2 rsyslog-a6bda9b93f21cdbec1d7312078535eb092f32cb0.zip |
bugfix: discard action did not work (did not discard messages)
Diffstat (limited to 'tests/discard.sh')
-rwxr-xr-x | tests/discard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/discard.sh b/tests/discard.sh index b230bc11..0fafc7d9 100755 --- a/tests/discard.sh +++ b/tests/discard.sh @@ -12,5 +12,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 2 10 +source $srcdir/diag.sh seq-check 10 -s2 source $srcdir/diag.sh exit |