emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2810fe6: ; * test/src/emacs-module-tests.el: Instrument for bug#5


From: Michael Albinus
Subject: master 2810fe6: ; * test/src/emacs-module-tests.el: Instrument for bug#50902.
Date: Mon, 11 Oct 2021 12:44:37 -0400 (EDT)

branch: master
commit 2810fe6bfca182e4376d818b5510507d5ff7e1b5
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; * test/src/emacs-module-tests.el: Instrument for bug#50902.
---
 test/src/emacs-module-tests.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el
index 646c7bb..9765bb1 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]