summaryrefslogtreecommitdiffstats
path: root/tests/diag.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-20 09:05:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-20 09:05:48 +0200
commit07264a78e00766cf15ab379baaeec3cea372a33e (patch)
tree0dc5c376124206a738b349b07e043ec45bc9a896 /tests/diag.sh
parent2deec9a12944129c9dce9ee237d04e0a1a8b082b (diff)
downloadrsyslog-07264a78e00766cf15ab379baaeec3cea372a33e.tar.gz
rsyslog-07264a78e00766cf15ab379baaeec3cea372a33e.tar.xz
rsyslog-07264a78e00766cf15ab379baaeec3cea372a33e.zip
added some tests for IPv4-Only configuration
We are "abusing" the parser tests to test the TCP/UDP reception handling. Thus we do not run the other tests through to an IPv4 only config. It acutally is not that parser that matters but rather the hope to find some init issues when running with only a single listening socket (in IPv6, we usually both have an IPv4 AND an IPv6 listening socket, what - as practice has shown - may hide listener setup errors).
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 d8ba43b8..b6b39a4b 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -90,7 +90,7 @@ case $1 in
;;
'nettester') # perform nettester-based tests
# use -v for verbose output!
- ./nettester -t$2 -i$3
+ ./nettester -t$2 -i$3 $4
if [ "$?" -ne "0" ]; then
exit 1
fi