aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-11 22:05:58 -0700
committerJunio C Hamano <gitster@pobox.com>2010-06-11 22:05:58 -0700
commit3499cb1ae7b97ce8f67879156e2014e31dd985b6 (patch)
tree7985807d8eb0936df801616e76ba63578731745a
parent7d82b06d2be1b872a1debf79fadf0585afc70b69 (diff)
parent0d4dbcd35e89a549055e34daf410e4579571b984 (diff)
downloadgit-3499cb1ae7b97ce8f67879156e2014e31dd985b6.tar.gz
git-3499cb1ae7b97ce8f67879156e2014e31dd985b6.tar.xz
Merge branch 'maint'
* maint: t/README: document --root option Makefile: default pager on AIX to "more"
-rw-r--r--t/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/README b/t/README
index dcd3ebb5f..0e4e8d886 100644
--- a/t/README
+++ b/t/README
@@ -84,6 +84,12 @@ appropriately before running "make".
implied by other options like --valgrind and
GIT_TEST_INSTALLED.
+--root=<directory>::
+ Create "trash" directories used to store all temporary data during
+ testing under <directory>, instead of the t/ directory.
+ Using this option with a RAM-based filesystem (such as tmpfs)
+ can massively speed up the test suite.
+
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