We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d82b06 + 0d4dbcd commit 3499cb1Copy full SHA for 3499cb1
t/README
@@ -84,6 +84,12 @@ appropriately before running "make".
84
implied by other options like --valgrind and
85
GIT_TEST_INSTALLED.
86
87
+--root=<directory>::
88
+ Create "trash" directories used to store all temporary data during
89
+ testing under <directory>, instead of the t/ directory.
90
+ Using this option with a RAM-based filesystem (such as tmpfs)
91
+ can massively speed up the test suite.
92
+
93
You can also set the GIT_TEST_INSTALLED environment variable to
94
the bindir of an existing git installation to test that installation.
95
You still need to have built this git sandbox, from which various
0 commit comments