diff options
Diffstat (limited to 'test/lib-src')
| -rw-r--r-- | test/lib-src/emacsclient-tests.el | 3 |
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 @@ | |||
| 35 | 35 | ||
| 36 | (defun emacsclient-test-call-emacsclient () | 36 | (defun emacsclient-test-call-emacsclient () |
| 37 | "Run emacsclient." | 37 | "Run emacsclient." |
| 38 | (when (getenv "EMACS_HYDRA_CI") | ||
| 39 | (message "emacsclient-test-emacs: %s" emacsclient-test-emacs) | ||
| 40 | (message "ALTERNATE_EDITOR: %s" (getenv "ALTERNATE_EDITOR"))) | ||
| 38 | (call-process emacsclient-test-emacs nil nil nil | 41 | (call-process emacsclient-test-emacs nil nil nil |
| 39 | "--server-file" (expand-file-name "non-existent-file" invocation-directory) | 42 | "--server-file" (expand-file-name "non-existent-file" invocation-directory) |
| 40 | "foo")) | 43 | "foo")) |