summaryrefslogtreecommitdiffstats
path: root/tests/sndrcv_drvr.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-04 11:50:43 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-04 11:50:43 +0200
commitd4cc262156a899805323b0273e48246769201db4 (patch)
treec7c8b228f24aaf829c4ab868e971c686025ad079 /tests/sndrcv_drvr.sh
parent8653db699648321da785b3d5514fb67a7184411c (diff)
downloadrsyslog-d4cc262156a899805323b0273e48246769201db4.tar.gz
rsyslog-d4cc262156a899805323b0273e48246769201db4.tar.xz
rsyslog-d4cc262156a899805323b0273e48246769201db4.zip
added one more testcase for sending TCP/TLS syslog
Diffstat (limited to 'tests/sndrcv_drvr.sh')
-rwxr-xr-xtests/sndrcv_drvr.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sndrcv_drvr.sh b/tests/sndrcv_drvr.sh
index fc123b70..9f036a31 100755
--- a/tests/sndrcv_drvr.sh
+++ b/tests/sndrcv_drvr.sh
@@ -15,7 +15,7 @@
# uncomment for debugging support:
source $srcdir/diag.sh init
# start up the instances
-#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"
+#export RSYSLOG_DEBUG="debug nostdout"
#export RSYSLOG_DEBUGLOG="log"
source $srcdir/diag.sh startup $1_rcvr.conf
source $srcdir/diag.sh wait-startup
@@ -32,6 +32,7 @@ sleep 2 # make sure all data is received in input buffers
source $srcdir/diag.sh shutdown-when-empty 2
source $srcdir/diag.sh wait-shutdown 2
# now it is time to stop the receiver as well
+echo "Shutting down instance 1 (receiver)"
source $srcdir/diag.sh shutdown-when-empty
source $srcdir/diag.sh wait-shutdown