From: Artur Malabarba Date: Wed, 1 Apr 2015 15:00:09 +0000 (+0100) Subject: * automated/package-test.el: Avoid async while testing. X-Git-Tag: emacs-25.0.90~2564^2~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebe1f8916914b93af13b00ffd4bf15184121c76e;p=emacs.git * automated/package-test.el: Avoid async while testing. --- diff --git a/test/ChangeLog b/test/ChangeLog index 30b88412468..f722ce2be33 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Artur Malabarba + + * automated/package-test.el: Avoid async while testing. + 2015-03-27 Wolfgang Jenkner * automated/textprop-tests.el: New file. diff --git a/test/automated/package-test.el b/test/automated/package-test.el index 5da3c3689bf..5be928fbe80 100644 --- a/test/automated/package-test.el +++ b/test/automated/package-test.el @@ -36,6 +36,8 @@ (require 'ert) (require 'cl-lib) +(setq package-menu-async nil) + (defvar package-test-user-dir nil "Directory to use for installing packages during testing.")