diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-23 14:16:30 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-23 14:16:30 +0200 |
commit | 4c7578de4a7febfa70c3f7328b7d102a04cd5938 (patch) | |
tree | 9a33a575cdbcc7a09a65b560026542612664d62b | |
parent | 3d41da36b8e7e3980579d67600cf42128e5c3aee (diff) | |
download | rsyslog-4c7578de4a7febfa70c3f7328b7d102a04cd5938.tar.gz rsyslog-4c7578de4a7febfa70c3f7328b7d102a04cd5938.tar.bz2 rsyslog-4c7578de4a7febfa70c3f7328b7d102a04cd5938.zip |
nit: valgrind-testaid was accidentely enabled in testbench
-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 0cbf7abb..ed0709da 100755 --- a/tests/diag.sh +++ b/tests/diag.sh @@ -5,7 +5,7 @@ # not always able to convey back states to the upper-level test driver # begun 2009-05-27 by rgerhards # This file is part of the rsyslog project, released under GPLv3 -valgrind="valgrind --malloc-fill=ff --free-fill=fe --log-fd=1" +#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" |