diff options
author | Ben Peart <benpeart@microsoft.com> | 2018-09-19 01:29:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-28 20:40:38 +0200 |
commit | 4cb54d0aa8e2b8de6f6bafd5c2baad0db5ce9dc7 (patch) | |
tree | b2f76219d4bedfce84df037b2513a8f1b6d8a0af /t/README | |
parent | preload-index: use git_env_bool() not getenv() for customization (diff) | |
download | git-4cb54d0aa8e2b8de6f6bafd5c2baad0db5ce9dc7.tar.xz git-4cb54d0aa8e2b8de6f6bafd5c2baad0db5ce9dc7.zip |
fsmonitor: update GIT_TEST_FSMONITOR support
Rename GIT_FSMONITOR_TEST to GIT_TEST_FSMONITOR for consistency with the
other GIT_TEST_ special setups and properly document its use.
Add logic in t/test-lib.sh to give a warning when the old variable is set to
let people know they need to update their environment to use the new
variable.
Remove the outdated instructions on how to run the test suite utilizing
fsmonitor now that it is properly documented in t/README.
Signed-off-by: Ben Peart <Ben.Peart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -319,6 +319,10 @@ GIT_TEST_OE_DELTA_SIZE=<n> exercises the uncommon pack-objects code path where deltas larger than this limit require extra memory allocation for bookkeeping. +GIT_TEST_FSMONITOR=$PWD/t7519/fsmonitor-all exercises the fsmonitor +code path for utilizing a file system monitor to speed up detecting +new or changed files. + Naming Tests ------------ |