summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6f205331cf..39dd595fe5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -97,4 +97,4 @@ TESTS_ENVIRONMENT = \
PKCS12FILE_2=$(srcdir)/pkcs12-decode/pkcs12_2certs.p12 \
PKCS12PASSWORD_2="" \
EXEEXT=$(EXEEXT) \
- $(VALGRIND) -q
+ $(VALGRIND)