aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-09-23 13:08:02 +0200
committerMichael Albinus2019-09-23 13:08:02 +0200
commita877e2217a4ee74f030b1b69b802e9d7c81a6349 (patch)
treeafd6d75d799ee6a1dea3949d878836e1e72e2a73
parent87b685f4365f663ef1258cd60616034cd2cc89c9 (diff)
downloademacs-a877e2217a4ee74f030b1b69b802e9d7c81a6349.tar.gz
emacs-a877e2217a4ee74f030b1b69b802e9d7c81a6349.zip
; Enable traces for shadowfile-tests on hydra
-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 @@
64 "Temporary directory for Tramp tests.") 64 "Temporary directory for Tramp tests.")
65 65
66(setq password-cache-expiry nil 66(setq password-cache-expiry nil
67 shadow-debug nil 67 shadow-debug (getenv "EMACS_HYDRA_CI")
68 tramp-verbose 0 68 tramp-verbose 0
69 tramp-message-show-message nil 69 tramp-message-show-message nil
70 ;; On macOS, `temporary-file-directory' is a symlinked directory. 70 ;; On macOS, `temporary-file-directory' is a symlinked directory.