projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fbd2fa
)
; Trace variables in tramp-tests.el
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 16 Mar 2021 14:36:54 +0000
(15:36 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 16 Mar 2021 14:36:54 +0000
(15:36 +0100)
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index be428fc2a6466a3436fcf14a8664f5a9b9404c72..3ce390f093fe0e8407ffde55f2cb9c39585fd463 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-237,6
+237,9
@@
is greater than 10.
:expected-result (if (tramp--test-enabled) :passed :failed)
(tramp--test-message
"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")))
(should (ignore-errors
(and
(file-remote-p tramp-test-temporary-file-directory)