Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Mar 2011 05:14:47 +0000 (22:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Mar 2011 05:14:47 +0000 (22:14 -0700)
* 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

1  2 
t/README
diff --combined t/README
index 165e7cf34da32663a18f4c6a87dbe3087dac8263,d44a614ea32cf83915098e91ec7be603a13cb6d6..ccf6a53377804153f7a516031d5bab4ef6da4016
+++ b/t/README
@@@ -79,10 -79,6 +79,10 @@@ appropriately before running "make"
  --debug::
        This may help the person who is developing a new test.
        It causes the command defined with test_debug to run.
 +      The "trash" directory (used to store all temporary data
 +      during testing) is not deleted even if there are no
 +      failed tests so that you can inspect its contents after
 +      the test finished.
  
  --immediate::
        This causes the test to immediately exit upon the first
        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'.