* test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.
This commit is contained in:
parent
b8bbbe54dd
commit
a6ef167b8d
1 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,15 @@ 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:
|
||||
|
||||
env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ...
|
||||
|
||||
|
||||
(Also, see etc/compilation.txt for compilation mode font lock tests.)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue