mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
* test/automated/package-x-test.el: Do not mess with load-path.
This commit is contained in:
parent
d9ca41e7a9
commit
dceff1c15a
@ -1,5 +1,7 @@
|
||||
2014-06-26 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* automated/package-x-test.el: Do not mess with load-path.
|
||||
|
||||
* automated/Makefile.in (%.log): If error, dump log to stdout.
|
||||
|
||||
2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
@ -22,27 +22,12 @@
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; You may want to run this from a separate Emacs instance from your
|
||||
;; main one, because a bug in the code below could mess with your
|
||||
;; installed packages.
|
||||
|
||||
;; Run this in a clean Emacs session using:
|
||||
;;
|
||||
;; $ emacs -Q --batch -L . -l package-x-test.el -f ert-run-tests-batch-and-exit
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'package-x)
|
||||
(require 'ert)
|
||||
(require 'cl-lib)
|
||||
(eval-when-compile (require 'package-test))
|
||||
|
||||
;; package-test is not normally in `load-path', so temporarily set
|
||||
;; `load-path' to contain the current directory.
|
||||
(let ((load-path (append (list (file-name-directory (or load-file-name
|
||||
buffer-file-name)))
|
||||
load-path)))
|
||||
(require 'package-test))
|
||||
(require 'package-test)
|
||||
|
||||
(defvar package-x-test--single-archive-entry-1-3
|
||||
(cons 'simple-single
|
||||
|
Loading…
Reference in New Issue
Block a user