]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
fsmonitor: update GIT_TEST_FSMONITOR support
authorBen Peart <benpeart@microsoft.com>
Tue, 18 Sep 2018 23:29:35 +0000 (23:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Sep 2018 18:40:38 +0000 (11:40 -0700)
commit4cb54d0aa8e2b8de6f6bafd5c2baad0db5ce9dc7
treeb2f76219d4bedfce84df037b2513a8f1b6d8a0af
parent5aacc63f1e8414a12105faa7647c4c11f8acd02d
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>
config.c
t/README
t/t1700-split-index.sh
t/t7519-status-fsmonitor.sh
t/test-lib.sh