mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Revert "* lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Inhibit interaction"
This reverts commit bb9133f09d,
because it inadvertently made many tests fail.
This commit is contained in:
parent
b9b4d8689f
commit
dcaf424cb6
1 changed files with 1 additions and 3 deletions
|
|
@ -1540,9 +1540,7 @@ the tests)."
|
|||
(or noninteractive
|
||||
(user-error "This function is only for use in batch mode"))
|
||||
(let ((eln-dir (and (featurep 'native-compile)
|
||||
(make-temp-file "test-nativecomp-cache-" t)))
|
||||
;; Don't ever wait for user input.
|
||||
(inhibit-interaction t))
|
||||
(make-temp-file "test-nativecomp-cache-" t))))
|
||||
(when eln-dir
|
||||
(startup-redirect-eln-cache eln-dir))
|
||||
;; Better crash loudly than attempting to recover from undefined
|
||||
|
|
|
|||
Loading…
Reference in a new issue