summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-23 14:16:30 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-23 14:16:30 +0200
commit4c7578de4a7febfa70c3f7328b7d102a04cd5938 (patch)
tree9a33a575cdbcc7a09a65b560026542612664d62b
parent3d41da36b8e7e3980579d67600cf42128e5c3aee (diff)
downloadrsyslog-4c7578de4a7febfa70c3f7328b7d102a04cd5938.tar.gz
rsyslog-4c7578de4a7febfa70c3f7328b7d102a04cd5938.tar.bz2
rsyslog-4c7578de4a7febfa70c3f7328b7d102a04cd5938.zip
nit: valgrind-testaid was accidentely enabled in testbench
-rwxr-xr-xtests/diag.sh2
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"