; Further traces in tramp-tests.el
This commit is contained in:
parent
f8fbd308b6
commit
9b8a6b917b
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ is greater than 10.
|
|||
"Remote directory: `%s'" tramp-test-temporary-file-directory)
|
||||
(when (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI"))
|
||||
(tramp-test-message "%s %s %s %s %s %s"
|
||||
exec-directory data-directory temporary-file-directory load-path image-load-path (getenv "HOME")))
|
||||
exec-directory data-directory temporary-file-directory load-path (bound-and-true-p image-load-path) (getenv "HOME")))
|
||||
(should (ignore-errors
|
||||
(and
|
||||
(file-remote-p tramp-test-temporary-file-directory)
|
||||
|
|
Loading…
Add table
Reference in a new issue