[git] GnuPG - branch, master, updated. gnupg-2.1.19-66-gceb4b24

by Justus Winter cvs at cvs.gnupg.org
Mon Mar 20 14:37:02 CET 2017


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  ceb4b245752bb1fb43fde7e99f8d904ab8a9b5e2 (commit)
       via  d75d20909d9f60d33ffd210def92278c0f383aad (commit)
      from  fe0b37e123ded51cc5f4cb5e3547fdfbce37a43e (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 ceb4b245752bb1fb43fde7e99f8d904ab8a9b5e2
Author: Justus Winter <justus at g10code.com>
Date:   Mon Mar 20 10:23:55 2017 +0100

    tests: Remove debugging remnants.
    
    * tests/gpgme/gpgme-defs.scm (run-python-tests?): Remove 'trace's.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/gpgme/gpgme-defs.scm b/tests/gpgme/gpgme-defs.scm
index 0583774..486d1a1 100644
--- a/tests/gpgme/gpgme-defs.scm
+++ b/tests/gpgme/gpgme-defs.scm
@@ -181,4 +181,4 @@
 			    (call-popen `(,python -c "import sys; print('{0}.{1}'.format(sys.version_info[0], sys.version_info[1]))") "")))
 	      (build-path (path-join gpgme-builddir "lang" "python"
 				     (string-append "python" python-version "-gpg"))))
-	 (trace (file-exists? (trace build-path))))))
+	 (file-exists? build-path))))

commit d75d20909d9f60d33ffd210def92278c0f383aad
Author: Justus Winter <justus at g10code.com>
Date:   Mon Mar 20 12:21:43 2017 +0100

    tests: Fail if we cannot create the socket directory.
    
    * tests/migrations/common.scm (run-test): Turn warning into an error.
    * tests/openpgp/defs.scm (start-agent): Likewise.
    --
    
    We use separate directories to create the sockets in so that the
    absolute path to the every socket fits into sun_path.
    
    Fixes-commit: 7e19786a5ddef637d1d9d21593fecf5a36b6f372
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/migrations/common.scm b/tests/migrations/common.scm
index fa8f129..b1c90aa 100644
--- a/tests/migrations/common.scm
+++ b/tests/migrations/common.scm
@@ -53,7 +53,7 @@
    (untar-armored src-tarball)
    (setenv "GNUPGHOME" (getcwd) #t)
 
-   (catch (log "Warning: Creating socket directory failed:" (car *error*))
+   (catch (fail "Creating socket directory failed (see README):" (car *error*))
 	  (call-popen `(,gpgconf --create-socketdir) ""))
    (test (getcwd))
    (catch (log "Warning: Removing socket directory failed.")
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm
index 7c8e10a..64c086d 100644
--- a/tests/openpgp/defs.scm
+++ b/tests/openpgp/defs.scm
@@ -446,7 +446,7 @@
     (atexit (lambda ()
 	      (with-home-directory gnupghome
 				   (stop-agent)))))
-  (catch (log "Warning: Creating socket directory failed:" (car *error*))
+  (catch (fail "Creating socket directory failed (see README):" (car *error*))
 	 (call-popen `(,(tool 'gpgconf) --create-socketdir) ""))
   (call-check `(,(tool 'gpg-connect-agent) --verbose
 		,(string-append "--agent-program=" (tool 'gpg-agent)

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

Summary of changes:
 tests/gpgme/gpgme-defs.scm  | 2 +-
 tests/migrations/common.scm | 2 +-
 tests/openpgp/defs.scm      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list