diff options
| author | Jani Nikula <jani@nikula.org> | 2017-10-21 14:58:02 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-10-21 11:32:20 -0300 |
| commit | d455c8b74a2a63454779445e14ac3e81141b204a (patch) | |
| tree | e9f3cb8cd040f18a2b837412e523f4cb4f5215a0 /test/README | |
| parent | 409d87736461c551fac2f1956132b867f379db1b (diff) | |
test: remove --root option and fix TMP_DIRECTORY cleanup
The primary motivation here is to fix TMP_DIRECTORY cleanup prior to
running each test when the current working directory is not the test
subdirectory. Tests with failures would leave their TMP_DIRECTORY
directory behind for debugging, and repeated out-of-tree test runs
would have old temp directories. (This lead to e.g. T310-emacs.sh
hanging because emacs would prompt for overwriting files.)
We remove the likely anyway defunct --root test option while at it,
just to be on the safe side when doing 'rm -rf' on the TMP_DIRECTORY.
Diffstat (limited to 'test/README')
| -rw-r--r-- | test/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/README b/test/README index 8e06f442..b378c3ff 100644 --- a/test/README +++ b/test/README @@ -80,15 +80,6 @@ The following command-line options are available when running tests: As the names depend on the tests' file names, it is safe to run the tests with this option in parallel. ---root=<dir>:: - This runs the testsuites specified under a separate directory. - However, caution is advised, as not all tests are maintained - with this relocation in mind, so some tests may behave - differently. - - Pointing this argument at a tmpfs filesystem can improve the - speed of the test suite for some users. - Certain tests require precomputed databases to complete. You can fetch these databases with |
