From: Michael Albinus Date: Sat, 13 Jul 2019 11:30:28 +0000 (+0200) Subject: ; Some precisements in test/README X-Git-Tag: emacs-27.0.90~1958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40743cbb73f60c104dd745afc94c93200da0a529;p=emacs.git ; Some precisements in test/README --- diff --git a/test/README b/test/README index cd6905d7ebf..c34cdce8ef4 100644 --- a/test/README +++ b/test/README @@ -39,7 +39,7 @@ The Makefile in this directory supports the following targets: * make check-all Like "make check", but run all tests. -* make or make .log +* make -or- make .log Run all tests declared in .el. This includes expensive tests. In the former case the output is shown on the terminal, in the latter case the output is written to .log. @@ -80,20 +80,21 @@ debugging. To do that, use make TEST_INTERACTIVE=yes ... Some of the tests require a remote temporary directory -(filenotify-tests.el, shadowfile-tests.el and tramp-tests.el). Per -default, a mock-up connection method is used (this might not be -possible when running on MS Windows). If you want to test a real -remote connection, set $REMOTE_TEMPORARY_FILE_DIRECTORY to a suitable -value in order to overwrite the default value: +(autorevert-tests.el, filenotify-tests.el, shadowfile-tests.el and +tramp-tests.el). Per default, a mock-up connection method is used +(this might not be possible when running on MS Windows). If you want +to test a real remote connection, set $REMOTE_TEMPORARY_FILE_DIRECTORY +to a suitable value in order to overwrite the default value: env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ... There are also continuous integration tests on (see -admin/notes/hydra) and . Both -environments provide an environment variable, which could be used to -determine, whether the tests run in one of these test environments. +admin/notes/hydra) and (see +admin/notes/emba). Both environments provide an environment variable, +which could be used to determine, whether the tests run in one of +these test environments. $EMACS_HYDRA_CI indicates the hydra environment, and $EMACS_EMBA_CI indicates the emba environment, respectively.