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

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

[elpa] externals/eglot faf93ad 13/45: * eglot-tests.el: Disable eclipse


From: João Távora
Subject: [elpa] externals/eglot faf93ad 13/45: * eglot-tests.el: Disable eclipse connection tests.
Date: Thu, 22 Nov 2018 19:15:28 -0500 (EST)

branch: externals/eglot
commit faf93ad6d8ef4a8b479cf68e5955cf4ecbf92735
Author: Michał Krzywkowski <address@hidden>
Commit: Michał Krzywkowski <address@hidden>

    * eglot-tests.el: Disable eclipse connection tests.
---
 eglot-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eglot-tests.el b/eglot-tests.el
index 1b77ad1..a16bd52 100644
--- a/eglot-tests.el
+++ b/eglot-tests.el
@@ -33,7 +33,8 @@
 ;; Helpers
 
 (defun eglot--have-eclipse-jdt-ls-p ()
-  (and (getenv "CLASSPATH")
+  (and nil
+       (getenv "CLASSPATH")
        (cl-some
         (lambda (x)
           (string-match-p "org\\.eclipse\\.equinox\\.launcher_.*\\.jar$" x))



reply via email to

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