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

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

[elpa] externals/realgud 2593795 11/72: 9th travis try


From: Stefan Monnier
Subject: [elpa] externals/realgud 2593795 11/72: 9th travis try
Date: Fri, 26 Mar 2021 22:49:04 -0400 (EDT)

branch: externals/realgud
commit 2593795040e79ad989166be41643458d27ee53d6
Author: rocky <rocky@gnu.org>
Commit: rocky <rocky@gnu.org>

    9th travis try
---
 cask-install.el  | 5 +++++
 test/Makefile.am | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/cask-install.el b/cask-install.el
index 79b0884..e4a9ea5 100644
--- a/cask-install.el
+++ b/cask-install.el
@@ -5,3 +5,8 @@
        (file-name-directory (directory-file-name default-directory))
       default-directory)))
   (cask-initialize parent-dir))
+;; There is a bug on Travis where we are getting
+;; "Symbol’s function definition is void: make-mutex"
+;; We'll work around it here
+(if (!functionp 'make-mutex)
+    (defun make-mutex(&optional name)))
diff --git a/test/Makefile.am b/test/Makefile.am
index 5f06225..de68692 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -44,7 +44,8 @@ test_files := $(wildcard test-*.el)
 
 CHECK_FILES = $(notdir $(test_files:.el=.run))
 
-travis_test_files := $(wildcard test-[c-z]*.el)
+# There is a big in the Travis setup where
+travis_test_files := $(wildcard test-[c-r,t-z]*.el)
 
 EL_GET_CHECK_FILES = $(notdir $(travis_test_files:.el=.elrun))
 



reply via email to

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