summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorThomas Rast <trast@inf.ethz.ch>2013-03-31 08:00:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-01 14:45:30 (GMT)
commitfd4fab894f564d04e0e3fb60659e6babfc4e3d81 (patch)
treecf65c0e34707f53be8ca04a68ec7494e58e72ff1 /t/README
parent631bc94e67383b66da190550866566f09d32f299 (diff)
downloadgit-fd4fab894f564d04e0e3fb60659e6babfc4e3d81.zip
git-fd4fab894f564d04e0e3fb60659e6babfc4e3d81.tar.gz
git-fd4fab894f564d04e0e3fb60659e6babfc4e3d81.tar.bz2
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>
Diffstat (limited to 't/README')
-rw-r--r--t/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/README b/t/README
index e4128e5..bc7253c 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