; * test/src/emacs-module-tests.el: Instrument for bug#50902.

This commit is contained in:
Michael Albinus 2021-10-11 18:44:28 +02:00
parent c9a8805ea4
commit 2810fe6bfc

View file

@ -32,6 +32,11 @@
(require 'help-fns)
(require 'subr-x)
;; Catch information for bug#50902.
(when (getenv "EMACS_EMBA_CI")
(start-process-shell-command
"*timeout*" nil (format "sleep 60; kill -ABRT %d" (emacs-pid))))
(defconst mod-test-emacs
(expand-file-name invocation-name invocation-directory)
"File name of the Emacs binary currently running.")