diff options
| author | Michael Albinus | 2019-01-23 19:16:36 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-01-23 19:16:36 +0100 |
| commit | 3b75c5acd4de3cfbbc4612e01b91fce0fd3ba453 (patch) | |
| tree | 34a5d68a61e2a9a8f1882e1f658c073aa464baec | |
| parent | 42732e2f8d963f0ce97caf6172d146b0119f5e06 (diff) | |
| download | emacs-3b75c5acd4de3cfbbc4612e01b91fce0fd3ba453.tar.gz emacs-3b75c5acd4de3cfbbc4612e01b91fce0fd3ba453.zip | |
; More instrumentation of tramp-tests.el for hydra
* test/lisp/net/tramp-tests.el (tramp--test-instrument-test-case):
Adapt docstring.
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 9278c2254b8..c9532f54b7c 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -3806,7 +3806,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 3806 | (skip-unless (tramp--test-enabled)) | 3806 | (skip-unless (tramp--test-enabled)) |
| 3807 | (skip-unless (tramp--test-sh-p)) | 3807 | (skip-unless (tramp--test-sh-p)) |
| 3808 | 3808 | ||
| 3809 | (tramp--test-instrument-test-case 0 | 3809 | (tramp--test-instrument-test-case 10 |
| 3810 | (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil))) | 3810 | (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil))) |
| 3811 | (let ((default-directory tramp-test-temporary-file-directory) | 3811 | (let ((default-directory tramp-test-temporary-file-directory) |
| 3812 | (tmp-name (tramp--test-make-temp-name nil quoted)) | 3812 | (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'." | |||
| 3873 | (skip-unless (tramp--test-sh-p)) | 3873 | (skip-unless (tramp--test-sh-p)) |
| 3874 | (skip-unless (tramp--test-emacs27-p)) | 3874 | (skip-unless (tramp--test-emacs27-p)) |
| 3875 | 3875 | ||
| 3876 | (tramp--test-instrument-test-case 0 | 3876 | (tramp--test-instrument-test-case 10 |
| 3877 | (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil))) | 3877 | (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil))) |
| 3878 | (let ((default-directory tramp-test-temporary-file-directory) | 3878 | (let ((default-directory tramp-test-temporary-file-directory) |
| 3879 | (tmp-name (tramp--test-make-temp-name nil quoted)) | 3879 | (tmp-name (tramp--test-make-temp-name nil quoted)) |