summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:15:05 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:15:05 +0900
commit919cec9979a865f8169eaa30e5ff6de8e4fe5565 (patch)
tree0d8aca1d417e0462dae1a587077a93d6f44386a0 /t/README
parent614a0a207999f413206bf547e3c603ac015554b0 (diff)
downloadgit-upstream/2.4.0.tar.gz
git-upstream/2.4.0.tar.bz2
git-upstream/2.4.0.zip
Imported Upstream version 2.4.0upstream/2.4.0
Diffstat (limited to 't/README')
-rw-r--r--t/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/README b/t/README
index d5bb0c9a..35438bca 100644
--- a/t/README
+++ b/t/README
@@ -168,6 +168,16 @@ appropriately before running "make".
Using this option with a RAM-based filesystem (such as tmpfs)
can massively speed up the test suite.
+--chain-lint::
+--no-chain-lint::
+ If --chain-lint is enabled, the test harness will check each
+ test to make sure that it properly "&&-chains" all commands (so
+ that a failure in the middle does not go unnoticed by the final
+ exit code of the test). This check is performed in addition to
+ running the tests themselves. You may also enable or disable
+ this feature by setting the GIT_TEST_CHAIN_LINT environment
+ variable to "1" or "0", respectively.
+
You can also set the GIT_TEST_INSTALLED environment variable to
the bindir of an existing git installation to test that installation.
You still need to have built this git sandbox, from which various