From 2f1d5a12037453792eb1000c79daf737b41c5ba4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 22 Mar 2010 15:59:33 +0100 Subject: valgrand accidently left enabled in diag.sh with the last commit --- tests/diag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/diag.sh b/tests/diag.sh index a4100ac0..27b60582 100755 --- a/tests/diag.sh +++ b/tests/diag.sh @@ -7,7 +7,7 @@ # This file is part of the rsyslog project, released under GPLv3 #valgrind="valgrind --log-fd=1" #valgrind="valgrind --tool=drd --log-fd=1" -valgrind="valgrind --tool=helgrind --log-fd=1" +#valgrind="valgrind --tool=helgrind --log-fd=1" #valgrind="valgrind --tool=exp-ptrcheck --log-fd=1" #set -o xtrace #export RSYSLOG_DEBUG="debug nostdout printmutexaction" -- cgit