branch: externals/websocket
commit bcbd5258b2fd14e12e9a8c9d89cc2d727b5a8da0
Author: Andrew Hyatt <ahy...@gmail.com>
Commit: Andrew Hyatt <ahy...@gmail.com>

    Add note to windows users for functional tests.
    
    Specifically, Windows users need to have gnutls DLLs in the emacs
    bin directory in order for the functional tests to work.
---
 websocket-functional-test.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/websocket-functional-test.el b/websocket-functional-test.el
index 9bab87b399..1bbd190d9e 100644
--- a/websocket-functional-test.el
+++ b/websocket-functional-test.el
@@ -96,6 +96,8 @@
 
 (when (>= (string-to-int (substring emacs-version 0 2)) 24)
   (message "Testing with wss://echo.websocket.org")
+  (when (eq system-type 'windows-nt)
+    (message "Windows users must have gnutls DLLs in the emacs bin 
directory."))
   (setq wstest-ws
         (websocket-open
          "wss://echo.websocket.org"

Reply via email to