diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 17:46:16 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 17:46:16 +0200 |
commit | 1f874c220860d3a19fb6cfb60f0902a08639f6ab (patch) | |
tree | f2381b069684625980d0ecae4b32ae7dfcf436c1 /tests/diskqueue-fsync.sh | |
parent | 057c9b11fca013205877e15dd851927a11aa058b (diff) | |
download | rsyslog-1f874c220860d3a19fb6cfb60f0902a08639f6ab.tar.gz rsyslog-1f874c220860d3a19fb6cfb60f0902a08639f6ab.tar.xz rsyslog-1f874c220860d3a19fb6cfb60f0902a08639f6ab.zip |
fixed small bug in testbench
Diffstat (limited to 'tests/diskqueue-fsync.sh')
-rwxr-xr-x | tests/diskqueue-fsync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/diskqueue-fsync.sh b/tests/diskqueue-fsync.sh index 45fb864c..0282202d 100755 --- a/tests/diskqueue-fsync.sh +++ b/tests/diskqueue-fsync.sh @@ -11,5 +11,6 @@ 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 shutdown-when-empty # shut down rsyslogd when done processing messages +source $srcdir/diag.sh wait-shutdown source $srcdir/diag.sh seq-check 0 999 source $srcdir/diag.sh exit |