aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/net
diff options
context:
space:
mode:
authorGlenn Morris2017-07-18 12:53:46 -0400
committerGlenn Morris2017-07-18 12:53:46 -0400
commit5ab91020fbc2f3bf75aa732a7456d9119ccbc347 (patch)
treedac27b5b5870de5507a49c80845c4f0e45230e5b /test/lisp/net
parentc2049489090141311bf8f460bf366d9784950861 (diff)
downloademacs-5ab91020fbc2f3bf75aa732a7456d9119ccbc347.tar.gz
emacs-5ab91020fbc2f3bf75aa732a7456d9119ccbc347.zip
Use a more specific test for running on hydra.nixos.org
* lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): * test/Makefile.in (WRITE_LOG): * test/lisp/filenotify-tests.el: * test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el (eieio-test-method-order-list-6): * test/lisp/emacs-lisp/eieio-tests/eieio-tests.el (eieio-test-37-obsolete-name-in-constructor): * test/lisp/net/tramp-tests.el: Replace NIX_STORE with EMACS_HYDRA_CI.
Diffstat (limited to 'test/lisp/net')
-rw-r--r--test/lisp/net/tramp-tests.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index de4fc8e0513..94e91b79300 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -86,8 +86,8 @@
86 tramp-message-show-message nil 86 tramp-message-show-message nil
87 tramp-persistency-file-name nil) 87 tramp-persistency-file-name nil)
88 88
89;; This shall happen on hydra only. 89;; This should happen on hydra only.
90(when (getenv "NIX_STORE") 90(when (getenv "EMACS_HYDRA_CI")
91 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) 91 (add-to-list 'tramp-remote-path 'tramp-own-remote-path))
92 92
93(defvar tramp--test-expensive-test 93(defvar tramp--test-expensive-test
@@ -3706,7 +3706,7 @@ process sentinels. They shall not disturb each other."
3706 ;; On hydra, timings are bad. 3706 ;; On hydra, timings are bad.
3707 (timer-repeat 3707 (timer-repeat
3708 (cond 3708 (cond
3709 ((getenv "NIX_STORE") 10) 3709 ((getenv "EMACS_HYDRA_CI") 10)
3710 (t 1))) 3710 (t 1)))
3711 ;; We must distinguish due to performance reasons. 3711 ;; We must distinguish due to performance reasons.
3712 (timer-operation 3712 (timer-operation