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_3_1_4-1-g832c4d6


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_4-1-g832c4d6
Date: Sat, 10 Nov 2012 10:53:43 +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=832c4d6898f7fcc1ae15e293229f4d1be80fa919

The branch, master has been updated
       via  832c4d6898f7fcc1ae15e293229f4d1be80fa919 (commit)
      from  fdcaa944276891ec12de887b8ac0a76835d16188 (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 832c4d6898f7fcc1ae15e293229f4d1be80fa919
Author: Diego Elio Pettenò <address@hidden>
Date:   Fri Nov 9 17:41:45 2012 -0800

    build: only run the dane cert test if dane is enabled.
    
    This fixes a test failure when disabling dane support.
    
    Signed-off-by: Diego Elio Pettenò <address@hidden>
    Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>

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

Summary of changes:
 tests/cert-tests/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am
index 367ab59..15ac543 100644
--- a/tests/cert-tests/Makefile.am
+++ b/tests/cert-tests/Makefile.am
@@ -25,6 +25,10 @@ EXTRA_DIST = ca-no-pathlen.pem no-ca-or-pathlen.pem 
aki-cert.pem \
 
 dist_check_SCRIPTS = pathlen aki template-test pem-decoding dane
 
-TESTS = pathlen aki template-test pem-decoding dane
+TESTS = pathlen aki template-test pem-decoding
+
+if ENABLE_DANE
+TESTS += dane
+endif
 
 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)


hooks/post-receive
-- 
GNU gnutls



reply via email to

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