]> rtime.felk.cvut.cz Git - notmuch.git/commit
test: use --quick when starting emacs.
authorDavid Bremner <david@tethera.net>
Thu, 29 May 2014 00:26:27 +0000 (21:26 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 14 Jun 2014 01:55:14 +0000 (22:55 -0300)
commit2d722bf032bbd4b08b415369e07a3c9e26f2472a
tree5903408a726b28e70605cfde1fb241d57e2d26c7
parent90f9a5e65e8dab3fad0a60530d3ffc582f1b1a93
test: use --quick when starting emacs.

At least in emacs24, this removes the "site-lisp" directories from the
load path in addition to enforcing --no-site-lisp --no-init-file.

This works around a slightly mysterious bug on Debian that causes
test-lib.el not to load when there is cl-lib.el(c) in some site-lisp
directory.  It should be harmless in general since we really don't
want to load any files from addon packages to emacs.
test/test-lib.sh