From: Michael Albinus Date: Mon, 11 Oct 2021 16:44:28 +0000 (+0200) Subject: ; * test/src/emacs-module-tests.el: Instrument for bug#50902. X-Git-Tag: emacs-29.0.90~3671^2~608 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2810fe6bfca182e4376d818b5510507d5ff7e1b5;p=emacs.git ; * test/src/emacs-module-tests.el: Instrument for bug#50902. --- diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 646c7bb2705..9765bb109f6 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el @@ -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.")