emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9c231a4 3/3: * test/lisp/net/tramp-tests.el (tramp-


From: Michael Albinus
Subject: [Emacs-diffs] master 9c231a4 3/3: * test/lisp/net/tramp-tests.el (tramp--test-timeout-handler):
Date: Fri, 12 Oct 2018 07:42:43 -0400 (EDT)

branch: master
commit 9c231a447014823ed1955e16b6693adbe041ca99
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * test/lisp/net/tramp-tests.el (tramp--test-timeout-handler):
    
    Add docstring.  Remove `interactive' call.
---
 test/lisp/net/tramp-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 523c7af..6a08cbb 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -4884,7 +4884,7 @@ Use the `ls' command."
                 (numberp (nth 2 fsi))))))
 
 (defun tramp--test-timeout-handler ()
-  (interactive)
+  "Timeout handler, reporting a failed test."
   (ert-fail (format "`%s' timed out" (ert-test-name (ert-running-test)))))
 
 ;; This test is inspired by Bug#16928.



reply via email to

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