From: Michael Albinus Date: Fri, 12 Oct 2018 11:42:34 +0000 (+0200) Subject: * test/lisp/net/tramp-tests.el (tramp--test-timeout-handler): X-Git-Tag: emacs-27.0.90~4307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c231a447014823ed1955e16b6693adbe041ca99;p=emacs.git * test/lisp/net/tramp-tests.el (tramp--test-timeout-handler): Add docstring. Remove `interactive' call. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 523c7afada8..6a08cbb5ab2 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.