aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-11-13 09:44:06 +0100
committerMichael Albinus2018-11-13 09:44:06 +0100
commita6ef167b8dbcfbe5e5792d19737957b030597609 (patch)
treeed905986594d928f1d4353fa8a536158bfd01030
parentb8bbbe54ddb7dc49cd28bb03a7f9f1a059501d1e (diff)
downloademacs-a6ef167b8dbcfbe5e5792d19737957b030597609.tar.gz
emacs-a6ef167b8dbcfbe5e5792d19737957b030597609.zip
* test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.
-rw-r--r--test/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/README b/test/README
index e473248c9e0..ef5f53cba55 100644
--- a/test/README
+++ b/test/README
@@ -59,6 +59,15 @@ debugging. To do that, use
59 59
60 make TEST_INTERACTIVE=yes ... 60 make TEST_INTERACTIVE=yes ...
61 61
62Some of the tests require a remote temporary directory
63(filenotify-tests.el, shadowfile-tests.el and tramp-tests.el). Per
64default, a mock-up connection method is used (this might not be
65possible when running on MS Windows). If you want to test a real
66remote connection, set $REMOTE_TEMPORARY_FILE_DIRECTORY to a suitable
67value in order to overwrite the default value:
68
69 env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ...
70
62 71
63(Also, see etc/compilation.txt for compilation mode font lock tests.) 72(Also, see etc/compilation.txt for compilation mode font lock tests.)
64 73