emacs-diffs
[Top][All Lists]
Advanced

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

master 7478d1cbf6: ; Instrument tramp-tests.el


From: Michael Albinus
Subject: master 7478d1cbf6: ; Instrument tramp-tests.el
Date: Mon, 25 Jul 2022 05:47:54 -0400 (EDT)

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

    ; Instrument tramp-tests.el
---
 test/lisp/net/tramp-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index e2abb77591..f2ef520162 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -5357,6 +5357,7 @@ INPUT, if non-nil, is a string sent to the process."
   (when (tramp--test-adb-p)
     (skip-unless (tramp--test-emacs27-p)))
 
+  (tramp--test-instrument-test-case (if (getenv "EMACS_EMBA_CI") 10 0)
   (dolist (quoted (if (tramp--test-expensive-test-p) '(nil t) '(nil)))
     (let ((tmp-name (tramp--test-make-temp-name nil quoted))
          (default-directory ert-remote-temporary-file-directory)
@@ -5445,7 +5446,7 @@ INPUT, if non-nil, is a string sent to the process."
                   (read (tramp--test-shell-command-to-string-asynchronously
                          "tput cols")))))
       (when (natnump cols)
-       (should (= cols async-shell-command-width))))))
+       (should (= cols async-shell-command-width)))))))
 
 (tramp--test-deftest-direct-async-process tramp-test32-shell-command 'unstable)
 



reply via email to

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