diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-02 11:23:01 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-02 11:23:01 +0200 |
commit | d855b1df7b8c4a11a9c6cc801526fafb9ce1aec6 (patch) | |
tree | db5eb971ebb919b441ef7cbfb7b67f86f6a52b17 | |
parent | f50511a348b5717c93494a1bab93a9d24ef65df3 (diff) | |
download | rsyslog-d855b1df7b8c4a11a9c6cc801526fafb9ce1aec6.tar.gz rsyslog-d855b1df7b8c4a11a9c6cc801526fafb9ce1aec6.tar.bz2 rsyslog-d855b1df7b8c4a11a9c6cc801526fafb9ce1aec6.zip |
minor: disable debug support in complex1.sh test
-rwxr-xr-x | tests/complex1.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/complex1.sh b/tests/complex1.sh index 56ff15d6..e138bff5 100755 --- a/tests/complex1.sh +++ b/tests/complex1.sh @@ -7,8 +7,8 @@ echo =========================================================================== echo TEST: \[complex1.sh\]: complex test with gzip and multiple action queues source $srcdir/diag.sh init # uncomment for debugging support: -export RSYSLOG_DEBUG="debug nostdout" -export RSYSLOG_DEBUGLOG="log" +#export RSYSLOG_DEBUG="debug nostdout" +#export RSYSLOG_DEBUGLOG="log" source $srcdir/diag.sh startup complex1.conf # send 40,000 messages of 400 bytes plus header max, via three dest ports source $srcdir/diag.sh tcpflood -m40000 -rd400 -P129 -f5 -n3 -c15 -i1 |