]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/src/emacs-module-tests.el: Instrument for bug#50902.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 11 Oct 2021 16:44:28 +0000 (18:44 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 11 Oct 2021 16:44:28 +0000 (18:44 +0200)
test/src/emacs-module-tests.el

index 646c7bb2705b9b78c272886fd53a04fefc3265c4..9765bb109f69c411a68586bd6802816e9f492f11 100644 (file)
 (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.")