diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-09-23 13:08:02 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-09-23 13:08:02 +0200 |
commit | a877e2217a4ee74f030b1b69b802e9d7c81a6349 (patch) | |
tree | afd6d75d799ee6a1dea3949d878836e1e72e2a73 /test/lisp/shadowfile-tests.el | |
parent | 87b685f4365f663ef1258cd60616034cd2cc89c9 (diff) | |
download | emacs-a877e2217a4ee74f030b1b69b802e9d7c81a6349.tar.gz emacs-a877e2217a4ee74f030b1b69b802e9d7c81a6349.tar.bz2 emacs-a877e2217a4ee74f030b1b69b802e9d7c81a6349.zip |
; Enable traces for shadowfile-tests on hydra
Diffstat (limited to 'test/lisp/shadowfile-tests.el')
-rw-r--r-- | test/lisp/shadowfile-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el index 7caddc53d75..cee51b20d8e 100644 --- a/test/lisp/shadowfile-tests.el +++ b/test/lisp/shadowfile-tests.el @@ -64,7 +64,7 @@ "Temporary directory for Tramp tests.") (setq password-cache-expiry nil - shadow-debug nil + shadow-debug (getenv "EMACS_HYDRA_CI") tramp-verbose 0 tramp-message-show-message nil ;; On macOS, `temporary-file-directory' is a symlinked directory. |