diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-22 15:59:33 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-22 15:59:33 +0100 |
commit | 2f1d5a12037453792eb1000c79daf737b41c5ba4 (patch) | |
tree | ee3b4d2b31b0f5c6cef2c7914f2b72f79e7008fb /tests/diag.sh | |
parent | ea892d6cf041bd253d543570c1aac0ed171d2207 (diff) | |
download | rsyslog-2f1d5a12037453792eb1000c79daf737b41c5ba4.tar.gz rsyslog-2f1d5a12037453792eb1000c79daf737b41c5ba4.tar.xz rsyslog-2f1d5a12037453792eb1000c79daf737b41c5ba4.zip |
valgrand accidently left enabled in diag.sh with the last commit
Diffstat (limited to 'tests/diag.sh')
-rwxr-xr-x | tests/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |