emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/websocket bcbd5258b2 040/114: Add note to windows users


From: ELPA Syncer
Subject: [elpa] externals/websocket bcbd5258b2 040/114: Add note to windows users for functional tests.
Date: Wed, 15 Feb 2023 20:58:58 -0500 (EST)

branch: externals/websocket
commit bcbd5258b2fd14e12e9a8c9d89cc2d727b5a8da0
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@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

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