emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master b3dfcf3: ; Instrument tramp-tests.el for hydra.


From: Michael Albinus
Subject: [Emacs-diffs] master b3dfcf3: ; Instrument tramp-tests.el for hydra.
Date: Wed, 23 Jan 2019 12:07:52 -0500 (EST)

branch: master
commit b3dfcf3e9f217919903f3469323fcd1386a16893
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Instrument tramp-tests.el for hydra.
---
 test/lisp/net/tramp-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 58860c7..9278c22 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -3806,6 +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
   (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))
@@ -3863,7 +3864,7 @@ This tests also `make-symbolic-link', `file-truename' and 
`add-name-to-file'."
            (should (string-equal (buffer-string) "foo")))
 
        ;; Cleanup.
-       (ignore-errors (delete-process proc))))))
+       (ignore-errors (delete-process proc)))))))
 
 (ert-deftest tramp-test30-make-process ()
   "Check `make-process'."



reply via email to

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