t/README: --valgrind already implies -v

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>
This commit is contained in:
Thomas Rast 2013-03-31 10:00:15 +02:00 committed by Junio C Hamano
parent 631bc94e67
commit fd4fab894f

View File

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