aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2022-07-25 11:47:43 +0200
committerMichael Albinus2022-07-25 11:47:43 +0200
commit7478d1cbf64b4a45e047bc0fc9a27ee43d5663c1 (patch)
tree6950089b98c314182ed20f6a32d56807600b985e
parentbc3e9f4f6d3224af84a28eb6bb4fd1e0a4688ed1 (diff)
downloademacs-7478d1cbf64b4a45e047bc0fc9a27ee43d5663c1.tar.gz
emacs-7478d1cbf64b4a45e047bc0fc9a27ee43d5663c1.zip
; Instrument tramp-tests.el
-rw-r--r--test/lisp/net/tramp-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index e2abb77591f..f2ef5201629 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."
5357 (when (tramp--test-adb-p) 5357 (when (tramp--test-adb-p)
5358 (skip-unless (tramp--test-emacs27-p))) 5358 (skip-unless (tramp--test-emacs27-p)))
5359 5359
5360 (tramp--test-instrument-test-case (if (getenv "EMACS_EMBA_CI") 10 0)
5360 (dolist (quoted (if (tramp--test-expensive-test-p) '(nil t) '(nil))) 5361 (dolist (quoted (if (tramp--test-expensive-test-p) '(nil t) '(nil)))
5361 (let ((tmp-name (tramp--test-make-temp-name nil quoted)) 5362 (let ((tmp-name (tramp--test-make-temp-name nil quoted))
5362 (default-directory ert-remote-temporary-file-directory) 5363 (default-directory ert-remote-temporary-file-directory)
@@ -5445,7 +5446,7 @@ INPUT, if non-nil, is a string sent to the process."
5445 (read (tramp--test-shell-command-to-string-asynchronously 5446 (read (tramp--test-shell-command-to-string-asynchronously
5446 "tput cols"))))) 5447 "tput cols")))))
5447 (when (natnump cols) 5448 (when (natnump cols)
5448 (should (= cols async-shell-command-width)))))) 5449 (should (= cols async-shell-command-width)))))))
5449 5450
5450(tramp--test-deftest-direct-async-process tramp-test32-shell-command 'unstable) 5451(tramp--test-deftest-direct-async-process tramp-test32-shell-command 'unstable)
5451 5452