summaryrefslogtreecommitdiff
path: root/test/lib-src/emacsclient-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib-src/emacsclient-tests.el')
-rw-r--r--test/lib-src/emacsclient-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el
index 61ead4f0f32..dce1c89f86b 100644
--- a/test/lib-src/emacsclient-tests.el
+++ b/test/lib-src/emacsclient-tests.el
@@ -35,6 +35,9 @@
(defun emacsclient-test-call-emacsclient ()
"Run emacsclient."
+ (when (getenv "EMACS_HYDRA_CI")
+ (message "emacsclient-test-emacs: %s" emacsclient-test-emacs)
+ (message "ALTERNATE_EDITOR: %s" (getenv "ALTERNATE_EDITOR")))
(call-process emacsclient-test-emacs nil nil nil
"--server-file" (expand-file-name "non-existent-file" invocation-directory)
"foo"))