; More instrumentation of tramp-tests.el for hydra
* test/lisp/net/tramp-tests.el (tramp--test-instrument-test-case): Adapt docstring.
This commit is contained in:
parent
42732e2f8d
commit
3b75c5acd4
1 changed files with 2 additions and 2 deletions
|
@ -3806,7 +3806,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
|
|||
(skip-unless (tramp--test-enabled))
|
||||
(skip-unless (tramp--test-sh-p))
|
||||
|
||||
(tramp--test-instrument-test-case 0
|
||||
(tramp--test-instrument-test-case 10
|
||||
(dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil)))
|
||||
(let ((default-directory tramp-test-temporary-file-directory)
|
||||
(tmp-name (tramp--test-make-temp-name nil quoted))
|
||||
|
@ -3873,7 +3873,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
|
|||
(skip-unless (tramp--test-sh-p))
|
||||
(skip-unless (tramp--test-emacs27-p))
|
||||
|
||||
(tramp--test-instrument-test-case 0
|
||||
(tramp--test-instrument-test-case 10
|
||||
(dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil)))
|
||||
(let ((default-directory tramp-test-temporary-file-directory)
|
||||
(tmp-name (tramp--test-make-temp-name nil quoted))
|
||||
|
|
Loading…
Add table
Reference in a new issue