gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-180-g0e7a3f0


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-180-g0e7a3f0
Date: Tue, 30 Mar 2010 16:16:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=0e7a3f059504df3fad633b6d5b9b67f973674e2a

The branch, master has been updated
       via  0e7a3f059504df3fad633b6d5b9b67f973674e2a (commit)
      from  32bf9ae015b6764cb79eff346e699965ae7f26d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0e7a3f059504df3fad633b6d5b9b67f973674e2a
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Mar 30 18:11:42 2010 +0200

    Valgrind -q is now set by the valgrind detection script to avoid issue when 
running tests without valgrind.

-----------------------------------------------------------------------

Summary of changes:
 m4/valgrind.m4    |    1 +
 tests/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/m4/valgrind.m4 b/m4/valgrind.m4
index 189ba08..0698d57 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=
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6f20533..39dd595 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)


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]