[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 3b75c5a: ; More instrumentation of tramp-tests.el f
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master 3b75c5a: ; More instrumentation of tramp-tests.el for hydra |
Date: |
Wed, 23 Jan 2019 13:16:49 -0500 (EST) |
branch: master
commit 3b75c5acd4de3cfbbc4612e01b91fce0fd3ba453
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
; More instrumentation of tramp-tests.el for hydra
* test/lisp/net/tramp-tests.el (tramp--test-instrument-test-case):
Adapt docstring.
---
test/lisp/net/tramp-tests.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 9278c22..c9532f5 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'."
(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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 3b75c5a: ; More instrumentation of tramp-tests.el for hydra,
Michael Albinus <=