aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-01-03 15:37:53 +0100
committerMichael Albinus2019-01-03 15:37:53 +0100
commitecdfb8ef5387939e6b6f466c4caeb236e099209c (patch)
tree0869299580ff8e2f7dac3cdd0f55df3695fada6a
parente869ae200db8378ab50957b8d357888e78fe0aac (diff)
downloademacs-ecdfb8ef5387939e6b6f466c4caeb236e099209c.tar.gz
emacs-ecdfb8ef5387939e6b6f466c4caeb236e099209c.zip
Adapt test/README
* test/README: Speak about continous integration tests on hydra and emba.
-rw-r--r--test/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/README b/test/README
index 2b705f313df..cd6905d7ebf 100644
--- a/test/README
+++ b/test/README
@@ -89,6 +89,16 @@ value in order to overwrite the default value:
89 env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ... 89 env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ...
90 90
91 91
92There are also continuous integration tests on
93<https://hydra.nixos.org/jobset/gnu/emacs-trunk> (see
94admin/notes/hydra) and <https://emba.gnu.org/emacs/emacs>. Both
95environments provide an environment variable, which could be used to
96determine, whether the tests run in one of these test environments.
97
98$EMACS_HYDRA_CI indicates the hydra environment, and $EMACS_EMBA_CI
99indicates the emba environment, respectively.
100
101
92(Also, see etc/compilation.txt for compilation mode font lock tests.) 102(Also, see etc/compilation.txt for compilation mode font lock tests.)
93 103
94 104