summaryrefslogtreecommitdiffstats
path: root/tests/diag.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-13 13:49:34 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-13 13:49:34 +0200
commitbb8ab61f4fb630f5e3a338c0fb3a3b68f207bedb (patch)
treeefd0955f761113ea282cb97fc113696bc3c8ff84 /tests/diag.sh
parentb00d4b5ad8df833294312843a580352d4f0c1694 (diff)
downloadrsyslog-bb8ab61f4fb630f5e3a338c0fb3a3b68f207bedb.tar.gz
rsyslog-bb8ab61f4fb630f5e3a338c0fb3a3b68f207bedb.tar.xz
rsyslog-bb8ab61f4fb630f5e3a338c0fb3a3b68f207bedb.zip
reverting back to non-debug settings
debug settings in testbench were accidently left on, including a special test case
Diffstat (limited to 'tests/diag.sh')
-rwxr-xr-xtests/diag.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/diag.sh b/tests/diag.sh
index 0c7942da..9fd878a4 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -10,8 +10,8 @@
#valgrind="valgrind --tool=helgrind --log-fd=1"
#valgrind="valgrind --tool=exp-ptrcheck --log-fd=1"
#set -o xtrace
-export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction stdout"
-export RSYSLOG_DEBUGLOG="log"
+#export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction stdout"
+#export RSYSLOG_DEBUGLOG="log"
case $1 in
'init') $srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason
cp $srcdir/testsuites/diag-common.conf diag-common.conf