From 83140cb480b7c806ae11a3a206a1b45936005191 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 5 Nov 2009 15:04:24 +0100 Subject: fixed regressions in testsuite due to imported changes from last merge ... also bumped version number --- tests/discard.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/discard.sh') 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 -- cgit