emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/tzz/nettle a2a0ac2: WIP: GnuTLS tests: less debugg


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/nettle a2a0ac2: WIP: GnuTLS tests: less debugging
Date: Tue, 11 Apr 2017 15:52:19 -0400 (EDT)

branch: scratch/tzz/nettle
commit a2a0ac245ac7aa51632c9f7e4e55823d67b73ca9
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    WIP: GnuTLS tests: less debugging
---
 test/lisp/net/gnutls-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/net/gnutls-tests.el b/test/lisp/net/gnutls-tests.el
index 48c7a7b..e3a2738 100644
--- a/test/lisp/net/gnutls-tests.el
+++ b/test/lisp/net/gnutls-tests.el
@@ -155,7 +155,7 @@
                blocksize
               (* blocksize (ceiling (length s) blocksize))))
          (out (concat s (make-string (- e (length s)) ? ))))
-    (gnutls-tests-message "padding %S to length %d for blocksize %d: => %S" s 
e blocksize out)
+    ;; (gnutls-tests-message "padding %S to length %d for blocksize %d: => %S" 
s e blocksize out)
     out))
 
 ;; ;;; Testing from the command line:



reply via email to

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