summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2009-02-03 23:26:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-02-04 06:01:23 (GMT)
commit3da936523445eb7a74dfe3ab1fe0ce82fac56174 (patch)
tree79041b8aebd522648d94fc5c3d87724731432565 /t/README
parent268fac6919ef673094e50e2d944d09f017f5ad33 (diff)
downloadgit-3da936523445eb7a74dfe3ab1fe0ce82fac56174.zip
git-3da936523445eb7a74dfe3ab1fe0ce82fac56174.tar.gz
git-3da936523445eb7a74dfe3ab1fe0ce82fac56174.tar.bz2
Tests: let --valgrind imply --verbose and --tee
It does not make much sense to run the (expensive) valgrind tests and not look at the output. To prevent output from scrolling out of reach, the parameter --tee is implied, too. Signed-off-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/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/README b/t/README
index ed1ebb6..d8f6c7d 100644
--- a/t/README
+++ b/t/README
@@ -65,6 +65,10 @@ appropriately before running "make".
the test script when running under -i). Valgrind errors
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
+ not see any output, this option implies --verbose. For
+ convenience, it also implies --tee.
+
--tee::
In addition to printing the test output to the terminal,
write it to files named 't/test-results/$TEST_NAME.out'.