]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "* lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Inhibit interaction"
authorMattias Engdegård <mattiase@acm.org>
Mon, 14 Aug 2023 08:16:32 +0000 (10:16 +0200)
committerMattias 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

index cd4b9c5a2b3da2a2996c93b94a26a8dcdea7723e..be9f013ebcf3b32e06b7910429f26f75ef05292d 100644 (file)
@@ -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