diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-06-15 14:55:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-06-15 14:55:09 +0200 |
commit | 0577f7f1821bd194a59ad70ce4daae2c5ed64f54 (patch) | |
tree | ffc4d7c3d73aeb8b98a870f76ecf48aeceada6fe /tests | |
parent | 802f6d8a8f39e5ba578e0183e4500bef8e3a198c (diff) | |
download | rsyslog-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-x | tests/diag.sh | 6 |
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 |