Skip to content

Commit

Permalink
t/README: --valgrind already implies -v
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Rast authored and Junio C Hamano committed Apr 1, 2013
1 parent 631bc94 commit fd4fab8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd4fab8

Please sign in to comment.