Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2018-10-29 15:13:59 +0300
committerJunio C Hamano <gitster@pobox.com>2018-10-30 05:06:54 +0300
commita5f52c6dab2337c8feae2a733e81a64e0605b113 (patch)
treef972079e48ecafe577f2b8f102230b37e617ae50 /t/README
parentcae598d9980661a978e2df4fb338518f7bf09572 (diff)
test-lib: introduce the '-V' short option for '--verbose-log'
'--verbose-log' is one of the most useful and thus most frequently used test options, but due to its length it's a pain to type on the command line. Let's introduce the corresponding short option '-V' to save some keystrokes. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/README b/t/README
index 9028b47d92..0c31792d14 100644
--- a/t/README
+++ b/t/README
@@ -154,6 +154,7 @@ appropriately before running "make".
As the names depend on the tests' file names, it is safe to
run the tests with this option in parallel.
+-V::
--verbose-log::
Write verbose output to the same logfile as `--tee`, but do
_not_ write it to stdout. Unlike `--tee --verbose`, this option