; * test/src/emacs-module-tests.el: Instrument for bug#50902.
This commit is contained in:
parent
c9a8805ea4
commit
2810fe6bfc
1 changed files with 5 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue