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

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

[elpa] master 0ae1ff3 04/13: Travis 4th try


From: Rocky Bernstein
Subject: [elpa] master 0ae1ff3 04/13: Travis 4th try
Date: Tue, 17 Feb 2015 13:55:17 +0000

branch: master
commit 0ae1ff3f2026a578b04d65711dac6e13cc97fcdd
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Travis 4th try
---
 test/Makefile.am     |    2 +-
 test/install-pkgs.el |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index d5a27d4..94fcac3 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -54,7 +54,7 @@ check-short-elget:
 test-%.run:
        (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load $(@:.run=.el))
 
-#: Run tests using el-get to specify external Lisp dependencies
+#: Run tests getting external Lisp dependencies
 test-%.elrun:
        (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load ./install-pkgs.el --load $(@:.elrun=.el))
 
diff --git a/test/install-pkgs.el b/test/install-pkgs.el
index 7f581cd..b629c52 100644
--- a/test/install-pkgs.el
+++ b/test/install-pkgs.el
@@ -20,4 +20,5 @@
 (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/";)))
 (condition-case nil
     (package-install 'test-simple)
-  ((debug error) nil))
+  ((debug error)
+   (load-library "test-simple")))



reply via email to

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