From: Thomas Rast Date: Sun, 31 Mar 2013 08:00:15 +0000 (+0200) Subject: t/README: --valgrind already implies -v X-Git-Tag: v1.8.3-rc0~121^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fd4fab894f564d04e0e3fb60659e6babfc4e3d81 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 Acked-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index e4128e5769..bc7253c568 100644 --- 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