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

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

[elpa] master e088dc6 02/13: Travis 2nd try


From: Rocky Bernstein
Subject: [elpa] master e088dc6 02/13: Travis 2nd try
Date: Tue, 17 Feb 2015 13:55:15 +0000

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

    Travis 2nd try
---
 make-check-filter.rb |    1 +
 test/Makefile.am     |    6 +++---
 test/install-pkgs.el |   23 +++++++++++++++++++++++
 3 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/make-check-filter.rb b/make-check-filter.rb
index d7d5cbf..329bdf1 100644
--- a/make-check-filter.rb
+++ b/make-check-filter.rb
@@ -6,6 +6,7 @@
 pats = ["^(?:Loading",
         '(re)?make\[',
         "Making check in",
+        "^Wrote",
         '\(cd \.\.',
         "make -C",
         "Test-Unit",
diff --git a/test/Makefile.am b/test/Makefile.am
index df1647f..d5a27d4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -56,9 +56,9 @@ test-%.run:
 
 #: Run tests using el-get to specify external Lisp dependencies
 test-%.elrun:
-       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load ../el-get-install.el --load $(@:.elrun=.el))
+       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load ./install-pkgs.el --load $(@:.elrun=.el))
 
-# # Whatever it is you want to do, it should be forwarded to the
-# # to top-level directories
+# Whatever it is you want to do, it should be forwarded to the
+# to top-level directories
 # %:
 #      $(MAKE) -C .. $@
diff --git a/test/install-pkgs.el b/test/install-pkgs.el
new file mode 100644
index 0000000..7f581cd
--- /dev/null
+++ b/test/install-pkgs.el
@@ -0,0 +1,23 @@
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein <address@hidden>
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+(require 'package)
+(package-refresh-contents)
+(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/";)))
+(condition-case nil
+    (package-install 'test-simple)
+  ((debug error) nil))



reply via email to

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