diff options
| author | Glenn Morris | 2019-05-27 14:08:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-05-27 14:08:07 -0700 |
| commit | 8f3bd2600a42509adffb886a534442234e2c284e (patch) | |
| tree | 21c020937a16458f9612d541656d8a9a8949e755 | |
| parent | 464770d2e9abba4d4860637140410c9340312a83 (diff) | |
| download | emacs-8f3bd2600a42509adffb886a534442234e2c284e.tar.gz emacs-8f3bd2600a42509adffb886a534442234e2c284e.zip | |
* test/lisp/autorevert-tests.el: Try to fix remote hydra.nixos tests.
| -rw-r--r-- | test/lisp/autorevert-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 5024a2daf0a..79eba8b1652 100644 --- a/test/lisp/autorevert-tests.el +++ b/test/lisp/autorevert-tests.el | |||
| @@ -62,6 +62,9 @@ | |||
| 62 | tramp-verbose 0 | 62 | tramp-verbose 0 |
| 63 | tramp-message-show-message nil) | 63 | tramp-message-show-message nil) |
| 64 | 64 | ||
| 65 | (when (getenv "EMACS_HYDRA_CI") | ||
| 66 | (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) | ||
| 67 | |||
| 65 | (defconst auto-revert--timeout 10 | 68 | (defconst auto-revert--timeout 10 |
| 66 | "Time to wait for a message.") | 69 | "Time to wait for a message.") |
| 67 | 70 | ||