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

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

[elpa] master 5b11709 31/66: Emacs 24 doesn't have working elisp capf, s


From: Dmitry Gutov
Subject: [elpa] master 5b11709 31/66: Emacs 24 doesn't have working elisp capf, so don't test it
Date: Mon, 5 Nov 2018 18:19:17 -0500 (EST)

branch: master
commit 5b11709b4ddd607803e16a443f74c83deb1cd2e1
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Emacs 24 doesn't have working elisp capf, so don't test it
    
    * test/all.el (test-file): Don't load test/capf-tests for emacs-24
---
 test/all.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/all.el b/test/all.el
index 6d64a62..3d7758f 100644
--- a/test/all.el
+++ b/test/all.el
@@ -25,4 +25,6 @@
 (require 'ert)
 
 (dolist (test-file (directory-files company-test-path t "-tests.el$"))
-  (load test-file nil t))
+  (unless (and (= emacs-major-version 24)
+               (equal (file-name-base test-file) "capf-tests"))
+    (load test-file nil t)))



reply via email to

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