diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-20 22:14:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-20 22:14:47 -0700 |
commit | cdc34664d4bb86063062dd63183dfb6b9ebf4772 (patch) | |
tree | 5925eb54e2aefe3c6685c9ff65326cc86533b1cf /t/README | |
parent | Merge branch 'mm/maint-log-n-with-diff-filtering' (diff) | |
parent | Update draft release notes to 1.7.4.2 (diff) | |
download | tgif-cdc34664d4bb86063062dd63183dfb6b9ebf4772.tar.xz |
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/README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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'. |