]> git.eshelyaron.com Git - emacs.git/commitdiff
; Some precisements in test/README
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 13 Jul 2019 11:30:28 +0000 (13:30 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 13 Jul 2019 11:30:28 +0000 (13:30 +0200)
test/README

index cd6905d7ebf38c7cae546a12d3b8e48d32c8c90e..c34cdce8ef4e08b0134556f95204b3322d608372 100644 (file)
@@ -39,7 +39,7 @@ The Makefile in this directory supports the following targets:
 * make check-all
   Like "make check", but run all tests.
 
-* make <filename>  or  make <filename>.log
+* make <filename>  -or-  make <filename>.log
   Run all tests declared in <filename>.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 <filename>.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 ...
 
 \f
 There are also continuous integration tests on
 <https://hydra.nixos.org/jobset/gnu/emacs-trunk> (see
-admin/notes/hydra) and <https://emba.gnu.org/emacs/emacs>.  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 <https://emba.gnu.org/emacs/emacs> (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.