[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 3d432a1: ; Add further traces to tramp-tests.el
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master 3d432a1: ; Add further traces to tramp-tests.el |
Date: |
Tue, 18 Jul 2017 12:10:18 -0400 (EDT) |
branch: master
commit 3d432a180b3ac867d1d028af17cee14d481cfc01
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
; Add further traces to tramp-tests.el
---
test/lisp/net/tramp-tests.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 7a24082..de4fc8e 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -3806,7 +3806,10 @@ process sentinels. They shall not disturb each other."
(tramp--test-message
"Trace 3 action %d %s %s" count buf (current-time-string))
(if (= count 2)
- (should-not (file-attributes file))
+ (if (= (length buffers) 1)
+ (tramp--test-instrument-test-case 10
+ (should-not (file-attributes file)))
+ (should-not (file-attributes file)))
(should (file-attributes file)))
(tramp--test-message
"Stop action %d %s %s" count buf (current-time-string))
@@ -3929,8 +3932,6 @@ Since it unloads Tramp, it shall be the last test to run."
;; * Fix `tramp-test05-expand-file-name-relative' in `expand-file-name'.
;; * Fix `tramp-test06-directory-file-name' for `ftp'.
;; * Fix `tramp-test27-start-file-process' on MS Windows (`process-send-eof'?).
-;; * Fix Bug#27009. Set expected error of
-;; `tramp-test29-environment-variables-and-port-numbers'.
;; * Fix Bug#16928 in `tramp-test36-asynchronous-requests'.
(defun tramp-test-all (&optional interactive)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 3d432a1: ; Add further traces to tramp-tests.el,
Michael Albinus <=