emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117214: * tramp-tests.el (tramp-test29-vc-registere


From: Michael Albinus
Subject: [Emacs-diffs] trunk r117214: * tramp-tests.el (tramp-test29-vc-registered):
Date: Sun, 01 Jun 2014 16:16:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117214
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sun 2014-06-01 18:16:26 +0200
message:
  * tramp-tests.el (tramp-test29-vc-registered):
  Add more instrumentation code.
modified:
  test/automated/tramp-tests.el  tramptests.el-20131105142319-d9zp3oprkpxj5v1e-1
=== modified file 'test/automated/tramp-tests.el'
--- a/test/automated/tramp-tests.el     2014-06-01 10:49:45 +0000
+++ b/test/automated/tramp-tests.el     2014-06-01 16:16:26 +0000
@@ -1430,7 +1430,12 @@
                       (list (file-name-nondirectory tmp-name2)))))
          (should (vc-registered tmp-name2)))
 
-       (ignore-errors (delete-directory tmp-name1 'recursive))))))
+      (with-parsed-tramp-file-name tramp-test-temporary-file-directory nil
+       (with-current-buffer (tramp-get-connection-buffer v)
+         (message "%s" (buffer-string)))
+       (with-current-buffer (tramp-get-debug-buffer v)
+         (message "%s" (buffer-string))))
+      (ignore-errors (delete-directory tmp-name1 'recursive))))))
 
 (defun tramp--test-check-files (&rest files)
   "Runs a simple but comprehensive test over every file in FILES."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]