aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2017-07-18 18:10:09 +0200
committerMichael Albinus2017-07-18 18:10:09 +0200
commit3d432a180b3ac867d1d028af17cee14d481cfc01 (patch)
tree8d1a4d4b6a042d6cac8ae3916f95deba4132f05e
parentfa72de6cf74735c1983720c818b6d67af832e646 (diff)
downloademacs-3d432a180b3ac867d1d028af17cee14d481cfc01.tar.gz
emacs-3d432a180b3ac867d1d028af17cee14d481cfc01.zip
; Add further traces to tramp-tests.el
-rw-r--r--test/lisp/net/tramp-tests.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 7a240826b55..de4fc8e0513 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."
3806 (tramp--test-message 3806 (tramp--test-message
3807 "Trace 3 action %d %s %s" count buf (current-time-string)) 3807 "Trace 3 action %d %s %s" count buf (current-time-string))
3808 (if (= count 2) 3808 (if (= count 2)
3809 (should-not (file-attributes file)) 3809 (if (= (length buffers) 1)
3810 (tramp--test-instrument-test-case 10
3811 (should-not (file-attributes file)))
3812 (should-not (file-attributes file)))
3810 (should (file-attributes file))) 3813 (should (file-attributes file)))
3811 (tramp--test-message 3814 (tramp--test-message
3812 "Stop action %d %s %s" count buf (current-time-string)) 3815 "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."
3929;; * Fix `tramp-test05-expand-file-name-relative' in `expand-file-name'. 3932;; * Fix `tramp-test05-expand-file-name-relative' in `expand-file-name'.
3930;; * Fix `tramp-test06-directory-file-name' for `ftp'. 3933;; * Fix `tramp-test06-directory-file-name' for `ftp'.
3931;; * Fix `tramp-test27-start-file-process' on MS Windows (`process-send-eof'?). 3934;; * Fix `tramp-test27-start-file-process' on MS Windows (`process-send-eof'?).
3932;; * Fix Bug#27009. Set expected error of
3933;; `tramp-test29-environment-variables-and-port-numbers'.
3934;; * Fix Bug#16928 in `tramp-test36-asynchronous-requests'. 3935;; * Fix Bug#16928 in `tramp-test36-asynchronous-requests'.
3935 3936
3936(defun tramp-test-all (&optional interactive) 3937(defun tramp-test-all (&optional interactive)