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:
authorJunio C Hamano <gitster@pobox.com>2020-04-22 23:42:43 +0300
committerJunio C Hamano <gitster@pobox.com>2020-04-22 23:42:43 +0300
commit45fbdf54a2b5b1bec30f9cec401439701014ac2d (patch)
tree8c0fef473a4e06841d109500ab36ea6f4a1ec165 /t/README
parent8633f213e63412f76d7ded5a0a046c37d84388f5 (diff)
parent78dc08875cd9a92bb39815ad1420afbf3dc682de (diff)
Merge branch 'mt/test-lib-bundled-short-options'
Minor test usability improvement. * mt/test-lib-bundled-short-options: test-lib: allow short options to be bundled
Diffstat (limited to 't/README')
-rw-r--r--t/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/README b/t/README
index da5b24feb0..d12efcd3a4 100644
--- a/t/README
+++ b/t/README
@@ -69,7 +69,8 @@ You can also run each test individually from command line, like this:
You can pass --verbose (or -v), --debug (or -d), and --immediate
(or -i) command line argument to the test, or by setting GIT_TEST_OPTS
-appropriately before running "make".
+appropriately before running "make". Short options can be bundled, i.e.
+'-d -v' is the same as '-dv'.
-v::
--verbose::