summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-30 18:11:42 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-30 18:11:42 +0200
commit0e7a3f059504df3fad633b6d5b9b67f973674e2a (patch)
treef933314b201d91936561e3f59467bbf1a2c783f3 /m4
parent32bf9ae015b6764cb79eff346e699965ae7f26d3 (diff)
downloadgnutls-0e7a3f059504df3fad633b6d5b9b67f973674e2a.tar.gz
Valgrind -q is now set by the valgrind detection script to avoid issue when running tests without valgrind.
Diffstat (limited to 'm4')
-rw-r--r--m4/valgrind.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/valgrind.m4 b/m4/valgrind.m4
index 189ba088d6..0698d573fe 100644
--- a/m4/valgrind.m4
+++ b/m4/valgrind.m4
@@ -23,6 +23,7 @@ AC_DEFUN([sj_VALGRIND],
if test -n "$VALGRIND" && $VALGRIND true > /dev/null 2>&1; then
opt_valgrind_tests=yes
+ VALGRIND="$VALGRIND -q"
else
opt_valgrind_tests=no
VALGRIND=