emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 40743cb 1/3: ; Some precisements in test/README


From: Michael Albinus
Subject: [Emacs-diffs] master 40743cb 1/3: ; Some precisements in test/README
Date: Sat, 13 Jul 2019 07:33:20 -0400 (EDT)

branch: master
commit 40743cbb73f60c104dd745afc94c93200da0a529
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Some precisements in test/README
---
 test/README | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/test/README b/test/README
index cd6905d..c34cdce 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 <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 ...
 
 
 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]