]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/README: --valgrind already implies -v
authorThomas Rast <trast@inf.ethz.ch>
Sun, 31 Mar 2013 08:00:15 +0000 (10:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 14:45:30 +0000 (07:45 -0700)
This was missed in 3da9365 (Tests: let --valgrind imply --verbose and
--tee, 2009-02-04).

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README

index e4128e5769722473f7fd1024fdf8a5100bd8ccf6..bc7253c568eb86dadfbd5b4e09a1a2333b962073 100644 (file)
--- a/t/README
+++ b/t/README
@@ -95,8 +95,7 @@ appropriately before running "make".
 --valgrind::
        Execute all Git binaries with valgrind and exit with status
        126 on errors (just like regular tests, this will only stop
-       the test script when running under -i).  Valgrind errors
-       go to stderr, so you might want to pass the -v option, too.
+       the test script when running under -i).
 
        Since it makes no sense to run the tests with --valgrind and
        not see any output, this option implies --verbose.  For