diff options
| author | Michael Albinus | 2019-10-27 09:36:56 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-10-27 09:36:56 +0100 |
| commit | 6e66d9a95c49f867da26ca897635f5e57561d0c7 (patch) | |
| tree | 979c5f7279fe0d76c92265bd6a4d3a17ecb8e473 /test | |
| parent | 63fd71cd092de8daded15e32c268215b62c488b9 (diff) | |
| download | emacs-6e66d9a95c49f867da26ca897635f5e57561d0c7.tar.gz emacs-6e66d9a95c49f867da26ca897635f5e57561d0c7.zip | |
Some Tramp trace improvements
* lisp/net/tramp.el (tramp-call-process): `result' can also be nil.
* test/lisp/net/tramp-tests.el (tramp--test-timeout-handler):
Improve trace format.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 128d099ac24..c56c7dbbca2 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -4010,7 +4010,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 4010 | (let ((proc (get-buffer-process (current-buffer)))) | 4010 | (let ((proc (get-buffer-process (current-buffer)))) |
| 4011 | (when (processp proc) | 4011 | (when (processp proc) |
| 4012 | (tramp--test-message | 4012 | (tramp--test-message |
| 4013 | "cmd: %s\n%s" (process-command proc) (buffer-string)))) | 4013 | "cmd: %s\nbuf:\n%s\n---" (process-command proc) (buffer-string)))) |
| 4014 | (ert-fail (format "`%s' timed out" (ert-test-name (ert-running-test))))) | 4014 | (ert-fail (format "`%s' timed out" (ert-test-name (ert-running-test))))) |
| 4015 | 4015 | ||
| 4016 | (ert-deftest tramp-test29-start-file-process () | 4016 | (ert-deftest tramp-test29-start-file-process () |