summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-06-15 14:55:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-06-15 14:55:09 +0200
commit0577f7f1821bd194a59ad70ce4daae2c5ed64f54 (patch)
treeffc4d7c3d73aeb8b98a870f76ecf48aeceada6fe /tests
parent802f6d8a8f39e5ba578e0183e4500bef8e3a198c (diff)
downloadrsyslog-0577f7f1821bd194a59ad70ce4daae2c5ed64f54.tar.gz
rsyslog-0577f7f1821bd194a59ad70ce4daae2c5ed64f54.tar.xz
rsyslog-0577f7f1821bd194a59ad70ce4daae2c5ed64f54.zip
fixed a problem with ACT_MESSAGE_PASSING type of doAction interface
Diffstat (limited to 'tests')
-rwxr-xr-xtests/diag.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/diag.sh b/tests/diag.sh
index efbf3315..5b74a6dc 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -8,10 +8,10 @@
#valgrind="valgrind --malloc-fill=ff --free-fill=fe --log-fd=1"
#valgrind="valgrind --tool=drd --log-fd=1"
#valgrind="valgrind --tool=helgrind --log-fd=1"
-valgrind="valgrind --tool=exp-ptrcheck --log-fd=1"
+#valgrind="valgrind --tool=exp-ptrcheck --log-fd=1"
#set -o xtrace
-export RSYSLOG_DEBUG="debug nostdout"
-export RSYSLOG_DEBUGLOG="log"
+#export RSYSLOG_DEBUG="debug 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