From ec9f42bc5ca8466c208155628649f78fe95e52ed Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 23 Jan 2019 00:01:26 +0100 Subject: [PATCH] ; Instrument tramp-tests --- 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 d4db4e9f642..7612fcdddf8 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -2251,6 +2251,7 @@ This checks also `file-name-as-directory', `file-name-directory', "Check `copy-file'." (skip-unless (tramp--test-enabled)) + (tramp--test-instrument-test-case (if (getenv "EMACS_EMBA_CI") 10 0) ;; `filename-non-special' has been fixed in Emacs 27.1, see Bug#29579. (dolist (quoted (if (and (tramp--test-expensive-test) (tramp--test-emacs27-p)) '(nil t) '(nil))) @@ -2357,7 +2358,7 @@ This checks also `file-name-as-directory', `file-name-directory', ;; Cleanup. (ignore-errors (delete-directory source 'recursive)) - (ignore-errors (delete-directory target 'recursive)))))))) + (ignore-errors (delete-directory target 'recursive))))))))) (ert-deftest tramp-test12-rename-file () "Check `rename-file'." -- 2.39.2