From 4408d4137acfacef57bd2e088a0da83d25e34918 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 10 Mar 2010 11:07:26 +0100 Subject: testbench: new calling interface for tcpflood this is a perquisite to support more flexible testing modes, which could not intelligently be implemented with the old interface --- tests/diskqueue-fsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/diskqueue-fsync.sh') diff --git a/tests/diskqueue-fsync.sh b/tests/diskqueue-fsync.sh index 0282202d..c7745930 100755 --- a/tests/diskqueue-fsync.sh +++ b/tests/diskqueue-fsync.sh @@ -9,7 +9,7 @@ echo testing queue disk-only mode, fsync case source $srcdir/diag.sh init source $srcdir/diag.sh startup diskqueue-fsync.conf # 1000 messages should be enough - the disk fsync test is very slow! -source $srcdir/diag.sh tcpflood 127.0.0.1 13514 1 1000 +source $srcdir/diag.sh tcpflood -m1000 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 0 999 -- cgit