summaryrefslogtreecommitdiff
path: root/test/lib-src
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-09-04 09:21:24 -0700
committerGlenn Morris <rgm@gnu.org>2017-09-04 09:21:24 -0700
commit514e147dd3233615e7a3e17d594d05ac1420bae5 (patch)
tree6749b5a895ca467df584052ff23f55bc2d833b24 /test/lib-src
parent8a65d7a73199315f58588876b6fd34c866814c7c (diff)
downloademacs-514e147dd3233615e7a3e17d594d05ac1420bae5.tar.gz
emacsclient-tests: add some debug statements
* test/lib-src/emacsclient-tests.el (emacsclient-test-call-emacsclient): Add debug statements.
Diffstat (limited to 'test/lib-src')
-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"))