]> git.eshelyaron.com Git - emacs.git/commitdiff
; Trace variables in tramp-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 16 Mar 2021 14:36:54 +0000 (15:36 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 16 Mar 2021 14:36:54 +0000 (15:36 +0100)
test/lisp/net/tramp-tests.el

index be428fc2a6466a3436fcf14a8664f5a9b9404c72..3ce390f093fe0e8407ffde55f2cb9c39585fd463 100644 (file)
@@ -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)