diff options
| author | Michael Albinus | 2019-01-23 00:01:26 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-01-23 00:01:26 +0100 |
| commit | ec9f42bc5ca8466c208155628649f78fe95e52ed (patch) | |
| tree | 2fa37a43f1c631ed6809546f4ac1366462489d03 | |
| parent | dde33727b2ace3ce417d97475d074f0a82b7c2b8 (diff) | |
| download | emacs-ec9f42bc5ca8466c208155628649f78fe95e52ed.tar.gz emacs-ec9f42bc5ca8466c208155628649f78fe95e52ed.zip | |
; Instrument tramp-tests
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
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', | |||
| 2251 | "Check `copy-file'." | 2251 | "Check `copy-file'." |
| 2252 | (skip-unless (tramp--test-enabled)) | 2252 | (skip-unless (tramp--test-enabled)) |
| 2253 | 2253 | ||
| 2254 | (tramp--test-instrument-test-case (if (getenv "EMACS_EMBA_CI") 10 0) | ||
| 2254 | ;; `filename-non-special' has been fixed in Emacs 27.1, see Bug#29579. | 2255 | ;; `filename-non-special' has been fixed in Emacs 27.1, see Bug#29579. |
| 2255 | (dolist (quoted (if (and (tramp--test-expensive-test) (tramp--test-emacs27-p)) | 2256 | (dolist (quoted (if (and (tramp--test-expensive-test) (tramp--test-emacs27-p)) |
| 2256 | '(nil t) '(nil))) | 2257 | '(nil t) '(nil))) |
| @@ -2357,7 +2358,7 @@ This checks also `file-name-as-directory', `file-name-directory', | |||
| 2357 | 2358 | ||
| 2358 | ;; Cleanup. | 2359 | ;; Cleanup. |
| 2359 | (ignore-errors (delete-directory source 'recursive)) | 2360 | (ignore-errors (delete-directory source 'recursive)) |
| 2360 | (ignore-errors (delete-directory target 'recursive)))))))) | 2361 | (ignore-errors (delete-directory target 'recursive))))))))) |
| 2361 | 2362 | ||
| 2362 | (ert-deftest tramp-test12-rename-file () | 2363 | (ert-deftest tramp-test12-rename-file () |
| 2363 | "Check `rename-file'." | 2364 | "Check `rename-file'." |