From 0577f7f1821bd194a59ad70ce4daae2c5ed64f54 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 15 Jun 2010 14:55:09 +0200 Subject: fixed a problem with ACT_MESSAGE_PASSING type of doAction interface --- tests/diag.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 -- cgit