summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-21 05:14:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-03-21 05:14:47 (GMT)
commitcdc34664d4bb86063062dd63183dfb6b9ebf4772 (patch)
tree5925eb54e2aefe3c6685c9ff65326cc86533b1cf /t/README
parenta91df69cbb5ced7837525106ff57ff349180770b (diff)
parentd98f24cd9d8d8ee20b65d22ec6b78da04b48de85 (diff)
downloadgit-cdc34664d4bb86063062dd63183dfb6b9ebf4772.zip
git-cdc34664d4bb86063062dd63183dfb6b9ebf4772.tar.gz
git-cdc34664d4bb86063062dd63183dfb6b9ebf4772.tar.bz2
Merge branch 'maint'
* maint: Update draft release notes to 1.7.4.2 Work around broken ln on solaris as used in t8006 t/README: Add a note about running commands under valgrind
Diffstat (limited to 't/README')
-rw-r--r--t/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/README b/t/README
index 165e7cf..ccf6a53 100644
--- a/t/README
+++ b/t/README
@@ -102,6 +102,13 @@ appropriately before running "make".
not see any output, this option implies --verbose. For
convenience, it also implies --tee.
+ Note that valgrind is run with the option --leak-check=no,
+ as the git process is short-lived and some errors are not
+ interesting. In order to run a single command under the same
+ conditions manually, you should set GIT_VALGRIND to point to
+ the 't/valgrind/' directory and use the commands under
+ 't/valgrind/bin/'.
+
--tee::
In addition to printing the test output to the terminal,
write it to files named 't/test-results/$TEST_NAME.out'.