diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-13 10:58:43 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-13 10:58:43 +0100 |
commit | c051786ea6318f9a9a5e531c49512e4ae19f249b (patch) | |
tree | 9b4c8781cc249398360ce63847039315310cc0a0 /tests/sndrcv_drvr.sh | |
parent | c5be3764a164ba8a889316261b49f38ca4a26da0 (diff) | |
download | rsyslog-5.3.5.tar.gz rsyslog-5.3.5.tar.xz rsyslog-5.3.5.zip |
solved some minor nits in make distcheckv5.3.5
Diffstat (limited to 'tests/sndrcv_drvr.sh')
-rwxr-xr-x | tests/sndrcv_drvr.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sndrcv_drvr.sh b/tests/sndrcv_drvr.sh index 9835a8eb..e154b70a 100755 --- a/tests/sndrcv_drvr.sh +++ b/tests/sndrcv_drvr.sh @@ -35,6 +35,7 @@ source $srcdir/diag.sh wait-startup 2 # now inject the messages into instance 2. It will connect to instance 1, # and that instance will record the data. source $srcdir/diag.sh tcpflood 127.0.0.1 13514 1 $2 1 +sleep 2 # ensure all messages reach the input module # shut down sender when everything is sent, receiver continues to run concurrently # may be needed by TLS (once we do it): sleep 60 source $srcdir/diag.sh shutdown-when-empty 2 |