projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b4d86
)
Revert "* lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Inhibit interaction"
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 14 Aug 2023 08:16:32 +0000
(10:16 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 14 Aug 2023 08:16:32 +0000
(10:16 +0200)
This reverts commit
bb9133f09dafb069cafe2bea72452bd34b3d6dd2
,
because it inadvertently made many tests fail.
lisp/emacs-lisp/ert.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/ert.el
b/lisp/emacs-lisp/ert.el
index cd4b9c5a2b3da2a2996c93b94a26a8dcdea7723e..be9f013ebcf3b32e06b7910429f26f75ef05292d 100644
(file)
--- a/
lisp/emacs-lisp/ert.el
+++ b/
lisp/emacs-lisp/ert.el
@@
-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