summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-01-24 06:39:44 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-01-24 06:39:44 +0100
commit3af3d3aab824d14594afeac41a7501df8af863eb (patch)
tree25bcfff51d296dc9707c06d6e3f2b4ab5eecdfb4 /tests
parent076a648d33ab61656955c487429c81571746764d (diff)
downloadrsyslog-3af3d3aab824d14594afeac41a7501df8af863eb.tar.gz
rsyslog-3af3d3aab824d14594afeac41a7501df8af863eb.tar.bz2
rsyslog-3af3d3aab824d14594afeac41a7501df8af863eb.zip
undo accidental enable of debug system in testbench
Diffstat (limited to 'tests')
-rwxr-xr-xtests/diag.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/diag.sh b/tests/diag.sh
index 3a2a6913..2fdcbfb9 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 nostdout"
+#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