From a5f52c6dab2337c8feae2a733e81a64e0605b113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SZEDER=20G=C3=A1bor?= Date: Mon, 29 Oct 2018 13:13:59 +0100 Subject: test-lib: introduce the '-V' short option for '--verbose-log' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit '--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 Signed-off-by: Junio C Hamano --- t/README | 1 + 1 file changed, 1 insertion(+) (limited to 't/README') 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 -- cgit v1.2.3