X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2FREADME;h=0e4e8d8862c96383a6f6f22a1b6bb01044925620;hb=d0780b0643123dcf68639ac9fc4d79da4e41e6da;hp=4e1d7dd1833f43404a00b41d55800b9fe27d1807;hpb=eb0bcd0fbe34befe7648a398efc7f4156b07da48;p=git.git diff --git a/t/README b/t/README index 4e1d7dd18..0e4e8d886 100644 --- a/t/README +++ b/t/README @@ -75,6 +75,21 @@ appropriately before running "make". As the names depend on the tests' file names, it is safe to run the tests with this option in parallel. +--with-dashes:: + By default tests are run without dashed forms of + commands (like git-commit) in the PATH (it only uses + wrappers from ../bin-wrappers). Use this option to include + the build directory (..) in the PATH, which contains all + the dashed forms of commands. This option is currently + implied by other options like --valgrind and + GIT_TEST_INSTALLED. + +--root=:: + Create "trash" directories used to store all temporary data during + testing under , 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