summaryrefslogtreecommitdiffstats
path: root/tests/diag.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-16 14:23:13 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-16 14:23:13 +0100
commit4cb3e80152ed4674ed370915f7c02889b5bfb6f3 (patch)
treefd2be5fd90f164dffd293bcbf0fd8d897792418b /tests/diag.sh
parent46861a84f835a9579fa97b757be361d78b3d1c64 (diff)
downloadrsyslog-4cb3e80152ed4674ed370915f7c02889b5bfb6f3.tar.gz
rsyslog-4cb3e80152ed4674ed370915f7c02889b5bfb6f3.tar.xz
rsyslog-4cb3e80152ed4674ed370915f7c02889b5bfb6f3.zip
added new, complex testcase to testbench
this is an excerpt from some of the more intensen manual tests I am doing, stripped down to be useful inside the testbench.
Diffstat (limited to 'tests/diag.sh')
-rwxr-xr-xtests/diag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diag.sh b/tests/diag.sh
index b3154c44..a4f13afd 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -66,7 +66,7 @@ case $1 in
# note: we do not wait for the actual termination!
;;
'tcpflood') # do a tcpflood run and check if it worked params are passed to tcpflood
- ./tcpflood $2 $3 $4 $5 $6 $7 $8
+ ./tcpflood $2 $3 $4 $5 $6 $7 $8 $9
if [ "$?" -ne "0" ]; then
echo "error during tcpflood! see rsyslog.out.log.save for what was written"
cp rsyslog.out.log rsyslog.out.log.save