summaryrefslogtreecommitdiff
path: root/test/lisp/shadowfile-tests.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-09-23 13:08:02 +0200
committerMichael Albinus <michael.albinus@gmx.de>2019-09-23 13:08:02 +0200
commita877e2217a4ee74f030b1b69b802e9d7c81a6349 (patch)
treeafd6d75d799ee6a1dea3949d878836e1e72e2a73 /test/lisp/shadowfile-tests.el
parent87b685f4365f663ef1258cd60616034cd2cc89c9 (diff)
downloademacs-a877e2217a4ee74f030b1b69b802e9d7c81a6349.tar.gz
; Enable traces for shadowfile-tests on hydra
Diffstat (limited to 'test/lisp/shadowfile-tests.el')
-rw-r--r--test/lisp/shadowfile-tests.el2
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.