From f8fbd308b6096b644778ce6331f6e3af2b8b5eb1 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 16 Mar 2021 15:36:54 +0100 Subject: [PATCH] ; Trace variables in tramp-tests.el --- test/lisp/net/tramp-tests.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index be428fc2a64..3ce390f093f 100644 --- 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) -- 2.39.5