diff options
| author | Glenn Morris | 2017-09-04 09:21:24 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-09-04 09:21:24 -0700 |
| commit | 514e147dd3233615e7a3e17d594d05ac1420bae5 (patch) | |
| tree | 6749b5a895ca467df584052ff23f55bc2d833b24 /test/lib-src | |
| parent | 8a65d7a73199315f58588876b6fd34c866814c7c (diff) | |
| download | emacs-514e147dd3233615e7a3e17d594d05ac1420bae5.tar.gz emacs-514e147dd3233615e7a3e17d594d05ac1420bae5.zip | |
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.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")) |