diff options
| author | Glenn Morris | 2018-11-16 08:30:19 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-11-16 08:30:19 -0800 |
| commit | 166f1400b402fa2275be398fe818e4514dfd8fe9 (patch) | |
| tree | 790a729c8c47f530bd89e5f9cac13c4f257b36ee /test | |
| parent | 372225ef0268a03fe8edad66817d2ecbc9cfa305 (diff) | |
| parent | edcd6b722c8e495498b1619e4d073962b8a8f3e8 (diff) | |
| download | emacs-166f1400b402fa2275be398fe818e4514dfd8fe9.tar.gz emacs-166f1400b402fa2275be398fe818e4514dfd8fe9.zip | |
Merge from origin/emacs-26
edcd6b7 Small documentation correction.
168a8c2 * src/coding.c (Fcheck_coding_systems_region): Doc fix. (Bug...
3287a7c Fix Bug#33364
acee0a8 ; Cosmetic changes in etc/NEWS
a6ef167 * test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.
# Conflicts:
# etc/NEWS
Diffstat (limited to 'test')
| -rw-r--r-- | test/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/README b/test/README index 83ee2614004..e6f28ec4797 100644 --- a/test/README +++ b/test/README | |||
| @@ -79,6 +79,15 @@ debugging. To do that, use | |||
| 79 | 79 | ||
| 80 | make TEST_INTERACTIVE=yes ... | 80 | make TEST_INTERACTIVE=yes ... |
| 81 | 81 | ||
| 82 | Some of the tests require a remote temporary directory | ||
| 83 | (filenotify-tests.el, shadowfile-tests.el and tramp-tests.el). Per | ||
| 84 | default, a mock-up connection method is used (this might not be | ||
| 85 | possible when running on MS Windows). If you want to test a real | ||
| 86 | remote connection, set $REMOTE_TEMPORARY_FILE_DIRECTORY to a suitable | ||
| 87 | value in order to overwrite the default value: | ||
| 88 | |||
| 89 | env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ... | ||
| 90 | |||
| 82 | 91 | ||
| 83 | (Also, see etc/compilation.txt for compilation mode font lock tests.) | 92 | (Also, see etc/compilation.txt for compilation mode font lock tests.) |
| 84 | 93 | ||